BODY {
	font-family:Verdana,serif;
 	background-repeat: no-repeat;
	background-position: center;
	color: rgb(0, 0, 0);
	background-color: rgb(64, 110, 193);}

:link {
	text-decoration: none; 
	color: rgb(255, 255, 255);
        background-color : rgb(64, 110, 193);}

:visited {
	text-decoration: none;
	color: rgb(255,255,255);
        background-color : rgb(64, 110, 193);}

:hover {text-decoration:underline;
	font-weight: bold;
	color: rgb(255,255,255);
        background-color : rgb(64, 110, 193);}
