
a:link  {
	color : #CCFFCC;
	text-decoration :  none;
}
a:active  {
	color : #CCFFCC;
	text-decoration :  none;
	background : #666666;
}
a:visited  {
	color : #CCFFCC;
	text-decoration :  none;
}
a:hover  {
	color : White;
	text-decoration :  none;
	background : #666666;
    }

