body {
	background-color: black;
	color: orange;
	font-family: courier,verdana,arial,helvetica,sans-serif;
}

a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: underline;
}

