#header	{
	width:100%;
	height:100px;
	background-color:black;
	color:yellow;
	}
body	{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:5px;
	}
#temp	{
	font-size:24;
	font-weight:900;
	}
tr,td	{
	font-family:arial;
	font-weight:900;
	font-size:16;
	}
a	{
	text-decoration:none;
	}
a.main		{
		color:black;
		text-decoration:none;
		font-size:8pt;
		}
a:hover.main		{
		color:#DFD50E;
		text-decoration:none;
		background-color:black;
		}
a.forms		{
		font-style:italic;
		text-decoration:underline;
		color:blue;
		background-color:white;
		font-weight:900;
		font-size:12pt;
		}
a:hover.forms		{
		text-decoration:underline;
		color:white;
		font-style:italic;
		background-color:blue;
		}
.links		{
	font-family:arial;
	font-weight:900;
	font-size:16;
		}
