.textnav {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none}

.textbig {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none}

.textnormal {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	}

.textnormalovernight {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFCCCC; 
	}
	
.textsmall {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	}

A:HOVER {
	color : Red;
}

A:VISITED {
	color : Red;
}

A:LINK {
	color : Red;
}
A:ACTIVE {
	color : Red;
}


