body {
	font-family: geneva;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(80, 80, 80);
	background-color: white;
	margin-top:15%;
	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;
	
}


div.tall {
	background-color: white;
	border: none;
	position: absolute;
	top: 6%;
	left: 33%;
}


