.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.8em}
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; }
body		{ background:#473b5f; font-size: 101%; }
