body {
	font-size:12px;
	background:black;
	color:yellow;
}
A {
	text-decoration : none;
	color:silver;
}
a:hover {
	text-decoration:underline;
	color:white;
}
a:visited {
	color:silver;
}

