body {
	font-family: geneva;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: rgb(80, 80, 80);
	background-color: rgb(250, 250, 250);
	margin-top:0%;
	margin-left:0%;
}



a:link {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:visited {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:hover {
	
	color: rgb(100, 100, 100);
	text-decoration: none;
	
}


table {
	background-color: rgb(250, 250, 250);
	margin-top: 0 0;
	border: none;
	font-size: 80%;
}

table.center {
	margin-left: auto; margin-right: auto;

}

