html {
	background: #fff;
	color: #000;
	background-image: url(../images/hexmap2.jpg);
	background-repeat: repeat;
}
body {
	font: .75em Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}
pre {
	border: 1px solid #333;
	background-color: #f2f2f2;
	font-size: 120%;
	padding: 5px;
}