.css {
	font-size: 9pt;
}
a:link {
	font-size: 9pt;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
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;
}


