html, body {
	margin:0 25px 25px 25px;
	padding: 0;
	background-color: #99BADD;
	font-family: Arial, Helvetica, sans-serif;	}

	
a:active, a:focus {outline:0;}

a:link { text-decoration: underline; color: #003C7B; }
a:visited { text-decoration: underline; color: #003C7B; }
a:active { text-decoration: underline; color: #003C7B; }
a:hover { text-decoration: none; background-color: #003C7B; color: white; }


