body {
	 background: White;
	 color: gray;
	 
	 }
	 

.* {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 10px; 
}


A:LINK {
		text-decoration: none;
		color: gray;
}

A:VISITED {
		text-decoration: none;
		color: gray;
}

A:HOVER {
		text-decoration: none;
		color: #5179C2;
}
