.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:darkbrown; }
a:link		{ text-decoration:underline; color:black; }
a:hover		{ text-decoration:none; color:red; }
a.small:active	{ text-decoration:underline; color:red; }
a.small:visited	{ text-decoration:underline; color:white; }
a.small:link	{ text-decoration:underline; color:white; }
a.small:hover	{ text-decoration:none; color:red; }
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:lightblue; }
