a {
	font-size: 10px;
	color: #FFCC00;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF9900;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F7A73C;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}