a:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	background-color: #CCFFCC;
}
a:visited {
	font-family: Arial;
	font-size: 9px;
	color: 0033CC;
	text-decoration: none;
	background-color: #CCFFCC;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	background-color: #CCFFCC;
}
.bottom a:link {
	font-family: Arial;
	font-size: 9px;
	color: #0033CC;
	text-decoration: none;
	background-color: CCFFCC;
	font-weight: bold;

}
.bottom a:visited {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #0033CC;
	background-color: CCFFCC;
	font-weight: bold;


}
.bottom a:hover {
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: 0099CC;
	background-color: #CCFFCC;
	font-weight: bold;


}
