a.greylink:link {
	color: rgb(204, 204, 204);
	text-decoration: none;
        }
a.greylink:visited  {
	color: rgb(204, 204, 204);
	text-decoration: none;
        }
a.greylink:hover{
color:red;
}
a:hover{
color:red;
}

