a {
	font-size: 9pt;
	
}
a:link {
	color: #cc3399;
	text-decoration: none;
	font-family: verdana;
}
a:visited {
	color: #cc3399;
	text-decoration: none;
	font-family: verdana;
}
a:hover {
	color: #cc3399;
	text-decoration: none;
	font-weight: underline;
}
a:active {
	color: #cc3399;
	text-decoration: underline;
}