A:link { color: #006633; text-decoration: underline }
A:visited { color: #999900; text-decoration: underline }
A:hover { color: #009999; text-decoration: underline }

BODY 
{ background: #ffffcc;
margin-left: 10%; 
margin-right: 10%;
font-family: Verdana, Geneva, Palatino, sans-serif;
color: #000000; }

P.title { text-indent: 2em; margin-top: 1.5em; margin-bottom: 1.5em; }
P.outline { text-indent: 0em; margin-top: 1em; margin-bottom: 0em; }
P { text-align: left; text-indent: 1.5em; margin-bottom: 0em; margin-top: 0em;}
P.noind { text-align: left; text-indent: 0em; }
P.intro { font-family: sans-serif; margin-left: 20%; margin-right: 20%; font-size: smaller }
P.quote { font-size: 10pt; }
P.quote1 { text-indent: 0em; font-size: 10pt; margin-left: 10%; margin-right: 10%; }
P.footer { text-align: center }
P.links { font: medium 11px/15px sans-serif; }
P.poetry { font-family: sans-serif; margin-left: 25%; margin-right: 20%; font-size: smaller }

OL.none { list-style-type: none;}
LI.none { list-style: none }

UL LI { text-indent: 1em; }

UL { list-style-type: none !important}
UL.ind1 { text-align: left; text-indent: -2em }
UL.ind2 { text-align: left; text-indent: -1em }
UL.ind3 ( text-align: left; text-indent: 1em }

H1 { text-align: center }

H2 { text-align: center }

H3 { text-align: center }

SMALL { font-variant: small-caps }

BLOCKQUOTE { padding-left: 12%; padding-right: 5%; }

.small { font-size: smaller }
.italic { font-style: italic; }
.noindent { text-indent: 0em }

.noindnomargin {margin-top: 0em;
		  margin-bottom: 0em;
		  text-indent: 0em; }
		  
.pageno { margin-top: 0em;
		  margin-bottom: 0em;
		  font-size: 10px; 
		  text-indent: -3em; }
		  
.topofpage { margin-top: 0em;
		    text-indent: 0em; }
		    
.bottomofpage { margin-bottom: 0em }

.both { margin-top: 0em;
	   margin-bottom: 0em;
	   text-indent: 0em; }
	   
.ftn { margin-top: 0em;
	   margin-bottom: 0em;
	   text-indent: 2em; }


.ralign { text-align: right;}


div#header {display: block;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: black;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: black;
			top: 0; 
			bottom: 80%; 
			left: 0;
			right: 0;
			background: white; 
			z-index: 200;}

div#main {display: block;
			position: absolute;
			border-right: teal;
			padding-right: teal;
			top: 6em;
			bottom: 0; 
			margin-left: 10%; 
			margin-right: 10%; 
			background: #ffffcc; 
			z-index: 100;}

