body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: small;
}
#wrapper {
	color: black;
	background-color: white;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto; 
}
a { text-decoration: none; outline: none; } 
a:link { color: #06426f;}
a:visited { color: #06426f; }
a:hover, a:focus { text-decoration: underline; }
a:active { color: white; background-color: #06426f; }