body {
	font-family: arial, sans, sans-serif;
	background: #000;
	}
#titlediv {
	position:absolute;
	top: 5%;
	left: 5%;
	z-index: 501;
	background: rgba(91,91,91,0.7);
	padding: 0.5em;
	color:white;
	font-weight: bold;
	font-size: 18pt;
	font-family: arial, sans, sans-serif;
	}
#authordiv {
	position:absolute;
	top: 0%;
	left: 0%;
	z-index: 502;
	background: rgba(91,91,91,0.7);
	padding: 0.5em;
	color:white;
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, sans, sans-serif;
	}
#contentdiv {
	position:absolute;
	top: 11%;
	left: 10%;
	z-index: 500;
	background: rgba(255,255,255,0.8);
	padding: 1em;
	color:#222;
	width:50%;
	font-size: 10pt;
	max-height: 80%;
	overflow: auto;
	}
#menudiv {
	position:absolute;
	top: 0%;
	right: 0%;
	z-index: 505;
	background: rgba(91,91,91,0.7);
	padding: 0.5em;
	color: white;
	font-size: 10pt;
}
#pretty { position:fixed; top: 0; left: 0; z-index: 1; width:100%;height:100%; overflow:hidden; border:none;}
p {text-indent: 1.5em; font-family: arial, sans, sans-serif;}
h1 {
	font-size: 1.25em;
	font-family: arial, sans, sans-serif;
	text-align: right;
	padding: 0.5em;
	margin: 0;
	border-bottom: dashed;
	border-color: gray;
	}
h2 {
	font-size: 1.15em;
	font-family: arial, sans, sans-serif;
	text-align: left;
	padding: 0.5em;
	margin: 0;
	border-bottom: dotted;
	border-color: gray;
	}
#menudiv ul {
	list-style: none;
	list-style-position: inside;
        padding-left: 1em;
	}
#menudiv ul li:before {
	content: "+ ";
	}
								
a {
	font-family: arial, sans, sans-serif;
	text-decoration:none;
	}
a:link {
	color: white;
	}
a:visited {
	color: white;
	}
a:active {
	color: #999;
	}
a:hover {
	color: #CCC;
	}

#contentdiv a {
	background: rgba(91,91,91,0.7);
	padding: 1px;
	border: 1px solid #FFFFFF;
	}

#contentdiv p a:link {
	background: rgba(91,91,91,0.7);
	padding: 1px;
	border: 1px solid #FFFFFF;
	}

div {
	border: 1px solid #FFFFFF;
	}
