<style type="text/css">

a:link {
	font-family: Arial,Helvetica, Geneva, 
          SunSans-Regular, sans-serif;
	font-size: 15;
	color: navy;  
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial,Helvetica, Geneva, 
          SunSans-Regular, sans-serif;
	font-size: 15;
	color:navy;  
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial,Helvetica, Geneva, 
          SunSans-Regular, sans-serif;
	font-size: 15;
	text-decoration: none;
	color: #6699FF;  
}

body	{
	font-family: Arial,Helvetica, Geneva, 
          SunSans-Regular, sans-serif;
	font-size: 20;
	color: black;  
	text-decoration: none;
}

body.EndStuff
	{
	font-family: Arial,Helvetica, Geneva, 
          SunSans-Regular, sans-serif;
	font-size: 12;
	font-weight: none;
	color: navy;  
	text-decoration: none;
}

</style>