.css {
	font-size: 9pt;
	line-height: 20px;
}
a:link {
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
