BODY {
      background: #ffffff;
      font-family: Arial;
		margin: 50px;
		line-height: 150%;      
}

a:link { 
 color: #0000c0; 
text-decoration: none; 
}


a:visited { 
	 color: #006090;   
	text-decoration: none; 
}

a:active { 
	color: #0000c0; 
	text-decoration: none; 
}

a:hover { 
	color: #0000c0; 
	 text-decoration: none; 
	background: #ffff00;
}



