A:link, A:visited{
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}
A:hover {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	color: gray;
}
