/* CSS Document */

BODY {

}

A  {
	color : #000000;
	text-decoration : not underline;
}

A:Visited  {
	color : #000000;
	text-decoration :  not underline;
}

A:Active  {
	color :#000000;
	text-decoration : not underline;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
	background-color:#ffffff;
}
