a:link {
	text-decoration: none;
	color: #E6E8E8;
}
a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
