 a:link { 
	color: #DFFFFF; 
 	text-decoration: underline;
	background: transparent; } 
 
 a:visited { 
 	color: #DFFFFF; 
 	text-decoration: underline;
 	background: transparent; } 
 
 a:active { 
 	color: #DFFFFF; 
 	text-decoration: underline;
 	background: transparent; } 
 
 a:hover { 
 	color: #FF0000; 
 	text-decoration: underline;
	background: transparent; } 
 
 a.controls:link {
	color: #DFFFFF;
	text-decoration: underline;
	font-size: 95%;
	font-weight: bold;
	background: transparent;} 
	
a.controls:visited {
	color: #DFFFFF;
	text-decoration: underline;
	font-size: 95%;
	font-weight: bold;
	background: transparent;} 
	
a.controls:active {
	color: #DFFFFF;
	text-decoration: underline;
	font-size: 95%;
	font-weight: bold;
	background: transparent;} 
	
a.controls:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 95%;
	font-weight: bold;
	background: transparent;} 
	
body {
	background: #000066;
	color: #FFFFFF;} 
	
td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;} 
	
th {
	text-align: left;
	font-size: 80%;} 
	
strong {  
	font-weight: bold;}

.red {  
	font-weight: bold; 
	color: #FFCC99;
	background: transparent;}
	
h1 {
	font-size: 100%;
	font-weight: bold;}
	
.lrge {
	font-size: 110%;
	color: #FFCC99;
	background: transparent;}
	
h2 {
	font-size: 100%;}
	
.gold {
	font-size: 105%;
	font-weight: bold;
	color: #FFCC99;
	background: transparent;}
	
.redlrge {
	font-size: 95%;
	font-weight: bold;
	color: #FF0000;
	background: transparent;}
	
.style3 {font-size: x-small}.navlarge {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #FF0000;
	text-align: center;
}

