/* CSS Document */

A:Link {
color : #CCCCCC;
text-decoration : none;
}

A:Visited  {
	color : #CCCCCC;
	text-decoration : none;
}

A:Active  {
	color : #0000FF;
	text-decoration : none;
}

A:Hover  {
	color : #FF0000;
	text-decoration : none;
	background-color:#333333;
}

