a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
a:active {
	color: #00CC00;
	text-decoration: blink;
	font-size: 12px;
}

