/* CSS Document */

a:link {
	font-family: Arial black;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial black;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	font-family: Arial black;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial black;
	font-size:9px;
	color: #ffCC00;
	text-decoration: none;
}
