A:link  {
	text-decoration : none;
	color : Silver;
	font-weight : normal;
	font-family : Arial;
}

A:visited  {
	text-decoration : none;
	color : Silver;
	font-weight : normal;
	font-family : Arial;
}

A:hover  {
	text-decoration : none;
	color : White;
	font-weight : bold;
	font-family : Arial;
}

Body  {
	background-color : Black;
	font-family : Arial;
	color : Silver;
}


