a:link {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
