A:LINK, A:VISITED {
	color : Silver;
	text-decoration : none;
}

A:HOVER {
	background-color : Black;
	color : Silver;
	text-decoration : none;
	font-weight : bold;
}
