body {
	font-family: verdana;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(60, 60, 60);
	background-color: rgb(255, 255, 255);
	
}



a:link {
	color: rgb(60, 60, 60);
	text-decoration: underline;
}

a:visited {
	color: rgb(90, 90, 90);
	text-decoration: underline;
}

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

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

table {
	background-color: rgb(255, 255, 255);
	margin: 1em;
}


	