body {
	font-family: geneva;
	font-size: 0.8em;
	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 {
	position: absolute;
	left: 10px;
	top: 30%;
	border: none;
	width: 1080;
}

td {
	padding: 21px;
}

td.extraP {
	padding-top: 73px;
	padding-right: 53px;
	text-align: right;
}
