/* style.css - a simple style sheet */
body {
  BACKGROUND-COLOR:"#6281BF";
  FONT-FAMILY: Verdana, Helvetica, sans-serif;
  FONT-SIZE: 2;

}
A:link	{	
	text-decoration:	none;
	color:	#3860AF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000066;
	}
A:hover	{	
	text-decoration:	underline;
	color:	#3860AF;





