




/*
     FILE ARCHIVED ON 4:57:12 Jan 4, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:36:25 Sep 5, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
 body {
	background-color: rgb(0,0,0);
	color: rgb(208,208,208);
	font-size: 100%;
	margin: 20px 15px 45px 15px;
	text-align: justify;
 }
 
 h1 {
	font-size: 240%;
	text-align: center;
 }
 
 h2 {
	font-size: 100%;
    font-variant: small-caps;
    text-align: center;
 }

 h3 {
	font-size: 100%;
    font-style: italic;
    text-align: center;
 }

 sub, sup {
    font-size: 80%;
 }

 table {
	margin: auto;
	width: auto;
	padding: 2px;
	/* border: 1px solid rgb(96,96,96); */
	/* align: center; */
 }

 ul {
 	list-style: none;
	width: auto;
	margin: 0px 30px;
 }

 li {
	margin: 0px 30px;
 }

 a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(32,255,32);
	background-color: transparent;
 }
 
 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(192,192,192);
	background-color: transparent;
 }
 
 a:focus, a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(64,255,64);
	/* background-color: rgb(16,64,16); */
 }
 
 p {
	width: auto;
	/* padding: 0 5px; */
	/* margin: 0.75em 30px; */
	background-color: transparent;
	color: rgb(208,208,208);
 }

 img {
	border: 0px;
	margin: 1px;
 }

 *.author {
    font-size: 110%;
    text-align: center;
 }

 *.center {
	margin-right: auto;
	margin-left: auto;
	align: center;
	text-align: center;
 }
 
 *.note {
	font-size: 80%;
 }

 *.textquote {
	width: auto;
	margin: 1em 60px;
 }

 *.halfpad {
 	padding: 0.5em;
 }

 #navbar {
	/* border: 1px solid rgb(16,16,16); */
	list-style: none;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
 }

