a:link {
	color: #00CCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCCC;
}
a:hover {
	text-decoration: none;
	color: #F37921;
}

a:active {
	text-decoration: none;
	color: #00CCCC;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 00CCCC;
	font-weight: bold;
}
