body {
	background-color: rgb(50,50,50);
	font-family: "Garamond Premier Pro", Junicode, Garamond, "Century Schoolbook", serif;
	font-size: 11pt;
	color: rgb(100, 100, 100);
	overflow-x: hidden;
	}

img {
  cursor: pointer;
	border: none;
	}

a {
	text-decoration: none;
	color: rgb(100,100,100);
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: dotted;
	border-color: rgb(100,100,100);
	}

a:hover {
	color: rgb(150,150,150);
	border-color: rgb(150,150,150);
	}

#pages {
	position: absolute;
	left: 0px;
	height: 420px;
	}

#masthead {
	text-align: center;
}

#top {
	margin-top: 30px;
	margin-bottom: -30px;
	text-align: center;
	font-weight: bold;
	}

#bottom {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 650px;
	}

#pageText {
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	min-height: 30pt;
	}

#footer {
	text-align: center;
	font-style: italic;
	}
