body {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin: 0px;
	font-size: smaller;
}

.address {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

a {
	color: Green;
	text-decoration: none;
}

a:link {
	color: Green;
	text-decoration: none;
}

a:hover {
color: Red;
text-decoration: underline;	
}






