a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000066;
	text-decoration: underline;
	background-color: #CCFFFF;

}
a:visited {
	color: #000000;
	text-decoration: none;
}
html,body {
 margin:0;
 padding:0;
 }