/* CSS Document */

body {
	background: #003366;
}


/* Links  */
a:link {
	color:#003366;
	text-decoration:none;
	}
a:hover {
	color:#003366;
	text-decoration: underline;
	}
a:visited {
	color:#003366;
	text-decoration:none;
	}
a:active {
	color:#336699;
	text-decoration:none;
	}
	
	
	

	
	
	

	
	
	