a:link {  color: #666666; text-decoration: none}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #D7D7D7;
	background-repeat: repeat-y;


}
a:active {
	color: #000000;
	text-decoration: none;
	background-color: #D7D7D7;
	background-repeat: repeat-y;


}
a:visited {
	text-decoration: none;

}

