A  {
	color : #000000;
	text-decoration : underline;
}

A:Visited  {
	color : #003333;
	text-decoration : underline;
}

A:Active  {
	color :#EEFFFF;
	text-decoration : underline;
}

A:Hover  {
	color : #CC6633	;
	text-decoration : none;
	background-color:#0099AF;
}
