/* CSS Document */

a:link {
	color: #9DCE01;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
a:visited {
	color: #9DCE01;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
a:hover {
	color: #CCFF00;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
a:active {
	color: #9DCE01;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}