BODY {
	background-color:#000099;
	margin:0px;

	font-size:12px;
	font-family: Arial, Verdana, Helvetica;
	font-style: normal;
	color:white;
	text-decoration: none;
}

H1 {
	background-color:#000099;
	margin:0px;
	font-size:30px;
	font-family: Arial, Verdana, Helvetica;
	font-style: normal;
	color:white;
	text-decoration: none;
}

H2 {
	background-color:#000099;
	margin:0px;
	font-size:20px;
	font-family: Arial, Verdana, Helvetica;
	font-style: normal;
	color:white;
	text-decoration: none;
}



TD {
	font-size:12px;
	font-family: Arial, Verdana, Helvetica;
	font-style: normal;
	color:white;
	text-decoration: none;
}




A,
A:Visited,
A:Active
	{	
	font-size:12px;
	font-family: Arial, Verdana, Helvetica;
        color: #DDCC00;
	text-decoration: none;
	font-style: normal;
	 }

A:Hover {	
	font-size:12px;
	font-family: Arial, Verdana, Helvetica;
        color: #DDCC00;
	text-decoration: underline;
	font-style: normal;
	 }
