.html, body {
	overflow-x:hidden;
}
body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3f3c2a;
	background: transparent url("ghostmap_background.png") center center repeat;
	background-repeat: repeat-y;
}
H1 {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
H2 {
	color: #EEE;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
H3 {
	color: #cccccc;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-variant: small-caps
}
H4 {
	color: #cccccc;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-variant: small-caps;
	font-size: 12pt
}
P {
	color: #cccccc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: normal
}
a:link {
	text-decoration:none;
	color:#eeeeee
}
a:visited {
	text-decoration:none;
	color:#aaaaaa
}
a:hover {
	text-decoration:underline;
	color:#dddddd;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
HR {
	width: 20%;
	color: gray;
	background-color: gray;
	height: 1px;
 noshade="noshade"
}