.body {
	background-color : White;
	margin : 20px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
	color : Black;
}

a:link {
    text-decoration : none;
	color : Black;
}

a:visited {
    text-decoration : none;
	color: Black;
}

a:hover {
    text-decoration : none;
	color: #93A4AC; 
}
