h3 {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font : bold;
	color : #CC0000;
}
A, A:LINK {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font : normal;
	text-decoration : none;
	font-weight : normal;
}


A:HOVER {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	color : #990066;
	text-decoration : underline;
	font-weight : normal;
}

