.white  { font-family: Tahoma, Helvetica, verdana, sans-serif; color: white; text-decoration: none; }
a		{ text-decoration:none; color:black; }
a:active	{ text-decoration:underline; color:red; }
a:visited	{ text-decoration:underline; color:black; }
a:link		{ text-decoration:underline; color:black; }
a:hover		{ text-decoration:none; color:red; }
a.small		{ text-decoration:none; color:black; font-size: 0.8em}
a.small:active	{ text-decoration:underline; color:red; }
a.small:visited	{ text-decoration:underline; color:black; }
a.small:link	{ text-decoration:underline; color:black; }
a.small:hover	{ text-decoration:none; color:red; }
a.poem		{ text-decoration:none; color:black; font-size: 0.9em}
a.white		{ text-decoration:underline; color:white; }
a.white:active	{ text-decoration:underline; color:red; }
a.white:visited	{ text-decoration:underline; color:white; }
a.white:link	{ text-decoration:underline; color:white; }
a.white:hover	{ text-decoration:none; color:red; }
table.foo	{ color: #041e25; border-with: 0px; border-spacing: 1px; border-style: thin; border-collapse: seperate; background-color: blue; }
table.foo th	{ border-with: 0px; border-spacing: 1px; border-style: thin; border-color: cyan; background-color: #cce8ab; }
;table.foo td	{ border-with: 0px; padding: 2px; border-style: thin; border-color: black; background-color: #b2e7f6; }
td.foo		{ border-with: 0px; padding: 2px; border-style: thin; border-color: black; background-color: #b2e7f6; }
td.alt		{ border-with: 0px; padding: 2px; border-style: thin; border-color: black; background-color: #b2c8ee; }
body		{ background:#473b5f; font-size: 96%; }
