body {
	font-family: geneva;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: rgb(80, 80, 80);
	background-color: white;
}



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: white;
	font-size: 0.9em;
	position: absolute;
	top: 25%;
	left: 35%;	
}



