a.greygrey {
	color: #333333;
	text-decoration: underline;
}

a.greygrey:visited {
	color: #333333;
	text-decoration: underline;
}

a.greygrey:hover {
	color: #666666;
	text-decoration: underline;
}

a.greygrey:active {
	color: #666666;
	text-decoration: underline;
}

