A:link  {
	color : #CC0000;
	text-decoration : none;
}

A:visited  {
	color : #0000CC;
	text-decoration : none;
}

A:active  {
	color : #999999;
	text-decoration : none;
}

A:hover  {
	color : #FF0000;
	text-decoration : underline;
}