body {
 top-margin: 0;
 leftmargin: 3;
}
h1 {
 FONT-SIZE: 2em; 
 FONT-FAMILY: serif; 
 color: #000099; 
 TEXT-ALIGN: center;
 text-decoration: underline
}
h2 {
 FONT-SIZE: 1.5em;  
 FONT-FAMILY: serif;  
 TEXT-ALIGN: center; 
}
h3 {
 FONT-SIZE: 1.2em; 
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
h4 {
 FONT-SIZE: 1.2em; 
 FONT-FAMILY: serif;
 font-weight:normal; 
 TEXT-ALIGN: center
}
P.Small {
 FONT-SIZE: 0.8em; 
 FONT-FAMILY: serif
}  
P.Normal {
 FONT-SIZE: 1.2em;  
 FONT-FAMILY: serif; 
 TEXT-ALIGN: center
}
UL.Indented {
 FONT-SIZE: 1em; 
 FONT-FAMILY: serif; 
 margin-right:1in; 
 margin-left:1in
}
li {
 margin-bottom : 0.6em;
}
ol.Normal {
 FONT-SIZE: 1.2em;
 FONT-FAMILY: "serif";
 margin-right:1in;
}
hr { 
 border-style: none; 
 background-color: 
 black; color: #999999
}
FORM {
 TEXT-ALIGN: center
}
 a:hover {
 color: #006600;
}
#top {
  height: 200px;
  width: 99%;
  top:5px;
  border:0px none;
  right: 10px;
  left: 5px; 
}
#Nav {
  position: absolute;
  width:200px;
  border:0px none;
  left: 15px; 
  top:220px 
}
#main {
  position: absolute;
  top: 200px;
  left: 225px;
  right: 10px;
}