a:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	text-align: center;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

