
body { 
	background-color : RGB(235,238,241);
	font-size: 70%;
 	font-family: Verdana, Tahoma, Microsoft Sans Serif, sans serif, Arial;
}


A {
	color: RGB(35,103,180);
	text-decoration: none;
}

A:hover {
	text-decoration: underline
}




