a {
	font:bold small sans-serif;
	}
a.comments {
	font:normal medium serif;
	text-decoration:underline;
	}
a.comments:link {
	color:blue;
	}
a.comments:visited {
	color:#666666;
	}
a.comments:active, a.comments:hover {
	color:red;
	}
a:link, a:visited {
	color:white;
	}
a:active, a:hover {
	color:red;
	}
body {
	background:black;
	color:white;
	}
div#discussion {
	width:40em;
	border:1px solid maroon;
	margin:1em auto 1em auto;
	color:black;
	background-color:white;
	padding:1em;
	}
div#discussion p {
	font:normal medium serif;
	text-align:left;
	color:black;
	background-color:inherit;
	margin:0;
	}
div#returnlinks {
	width:40em;
	margin:auto;
	padding:1em;
	}
h1 {
	font:bold large sans-serif;
	background:inherit;
	color:inherit;
	text-align:center;
	}
img {
	border:1px solid white;
	padding:0;
	}
p.map {
	font:normal medium sans-serif;
	background:inherit;
	color:inherit;
	text-align:center;
	}
p.nogood {
	font:bold large sans-serif;
	background:inherit;
	color:red;
	text-align:center;
	}
.ital {
	font-style:italic;
	}