BODY {
	color: Black;
	background-color: #e0e0e0;	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	text-align: justify;
}

A {
	color: #1E90FF;
	text-decoration: underline;
}

A:HOVER {
	color: Red;
	text-decoration: none;	
}

table {
	border: none;
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 2%;
	margin-right: 2%;
		}