BODY, TD, DIV 	{
		background-color: black; color: white;
		font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
		}
H1		{
		text-decoration: none; font-size: 16px;
		}
a:active{ text-decoration: none; color: yellow;}
a.nav:active{ text-decoration: none; font-size: 14px; color:yellow;}
a:link { text-decoration: none; color: red;}
a.nav:link{ text-decoration: none; font-size: 14px; color:red;}
a:visited { text-decoration: none; color: red;}
a.nav:visited{ text-decoration: none; font-size: 14px; color:red;}
a:hover { text-decoration: none; color: yellow;}
a.nav:hover{ text-decoration: underline; font-size: 16px; color:yellow;}