body {
	background-color: #000000;
	margin : 0px;
	font-family : Arial;
	font-weight : normal;
	font-size : 1px;
}
a:visited {
	color : #FFFFFF;
	text-decoration: none;
}
a:active { 
		color : #FFFFFF;
		text-decoration: none; 
 }
a:link {
	color : #FFFFFF;
	text-decoration: none;
}
a:hover { 
   color :#006DB6;
	text-decoration: none;
}

.nav{
	background-color: #006DB6;
}

a.rovecom{
	font-family : Arial;
	font-weight : bold;
	font-size:10px;
	color: white;
}
a.rovecom:hover{
	color: white;
}


