body {
	background-color: black;
	color: gray;
}

a:link,a:hover {
	text-decoration: none;
}

a:link,a:visited {
	color: white;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	background-color: gray;
	color: yellow;
/*	border-color: green;
	border: 4px;*/
}

h1 {
	color: white;
	font-family: western, "New Century Schoolbook", Times, serif;
}
