
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.contact_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
A:LINK {
	color : Blue;
	font-size : small;
}


A:VISITED {
	color : Black;
}


A:ACTIVE {
	color : Gray;
}

A:HOVER {
	color : Maroon;
}


