.alan_header {
	text-align: left;
	width: 700px;
	padding: 10px;
	background: grey;
	color: black;
	font-size: 12px;
}
body {
	color: grey;
	font: 12px Verdana, Helvetica, sans-serif;
	text-align: center;
	background: black;
}
a {
	text-decoration: none;
	color: #00ff00;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: green;
}
div.hiddenfortress {
	background-image: url("http://hiddenfortress.org/hfort.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
}
.alan_links {
	list-style-type: none;
	font-size: 14px;
}
.caption {
	color: grey;
	font: 10px Verdana, Helvetica, sans-serif;
	font-style: italic;
}
div {
        margin-bottom: 10px;
}
.main {
	margin: auto;	
	width: 600px;
	text-align: left;
}
.main ul {
}

.credits {
	font-size: 10px;
	text-align: center;
}