
 body 
 	{
		background-color:ffffff; 
		font-family:Arial; 
		color:#002000; 
	}
A:link, A:visited 
	{
		text-decoration:none; 
		color:Navy;
		/*color:Olive;*/
		font-family:Courier;  
		letter-spacing:1.5pt; 
		font-size:11pt;
		text-transform:lowercase;
	}
A:hover 
	{
		text-decoration: none;
		color:F5F97B; 
		/*color:Olive;*/
		font-family:Courier; 
		font-weight: bold;
		text-transform: uppercase;
		font-size: 10pt;
		letter-spacing: 2.5pt;
		background:Navy;
	}

