html {
	font-family: verdana;
	padding: 5px 5px 5px 5px;
	background: #eef1f1;
	color: #000000;
	margin-left: 75px;
	margin-right: 75px;
	text-align: justify;
	font-size: 80%;
}
table {
	font-family: verdana;
	background: #eef1f1;
	color: #000000;
	font-size: 100%;
}


a:link, a:visited {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
a:hover { 
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
}


img {
	border-color: #000066;
}
