A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	color : Red;
	background-color : White;
	text-decoration : none;
}
A:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	color : Red;
	text-decoration : none;
}
A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color : Blue;
	text-decoration : none;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : normal;
}
ADDRESS {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	margin-right : 3px;
	margin-left : 3px;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	color : Red;
}
H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : 8a0a07;
}
H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : 8a0a07;
}
FONT {
	font-family : Arial, Helvetica, sans-serif;
}



