div.topheadline {
padding: 10px; 
font-size: xx-large;
font-family: georgia; color: darkblue;
 left: 24%;
 top: 0%;
 width: 75%;
 position: absolute;}

div.nextheadline {
padding: 10px; 
font-size: medium;
font-family: georgia; color: darkblue;
 }

div.sidebar {position: absolute; z-index: 2; background-color: cornflowerblue; 
top: 60px; left: 26px; width: 210px; height: 70%; padding-left: 10px; padding-right: 20px; padding-top: 20px;
 font-family: georgia; size: small; color: darkblue; }

div.maintext {position: absolute; z-index: 1; background-color: darkkhaki;
top: 100;left: 300px; height: 80%; width: 65%; padding-left: 30px; padding-right: 20px; padding-top: 20px;
 font-family: georgia; size: small; color: darkblue;}

div.fulltext {position: absolute; z-index: 1; background-color: darkkhaki;
top: 75;left: 30px; height: 80%; width: 90%; padding-left: 30px; padding-right: 20px; padding-top: 20px;
 font-family: georgia; font-size: 10pt; color: darkblue;}
 
div.note {font-size: 2pt}


P {text-indent: 1.5em}
.TitleText {font-size: 20pt; color: Navy; text-align: center}
.SubtitleText {font-size: 16pt; color: navy; text-align: center}
.dropcap {font-size: 32px; font:bold 400%; float:left; color:DarkGreen;}

H1 {color:blue}
H2 {color:purple}
H2 {font style:italics}
TT {font size: 16pt}
TT {font style: italics}
A {text-decoration: none}
A:link    { color: darkblue }
A:active  { color: darkgreen; font-size: 110% }
A:visited { color: darkbrown }
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
