body{
/*
  scrollbar-face-color: #0000A0;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF; 
  scrollbar-3dlight-color: #0000A0; 
  scrollbar-darkshadow-color: #0000A0;
*/
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Times New Roman", serif;
  font-size: 1.1em;
  margin: 0px;
  padding: 6px;
}

h1{
  font-size: 1.8em;
  color: #0000A0;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  margin-bottom: 1.4em;
  line-height: 1.3em;
}

h2{
  font-size: 1.3em;
  color: #0000A0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3em;
}

h2.i{
  font-style: italic;
  margin-bottom: 1em;
}

h2.formerly{
  color: #ff0000;
}

h3{
  font-size: 1.1em;
  color: #400080;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1.4em;
}

ul{
  list-style: outside;
  list-style-type: disc;
  list-style-image: url("bullet.jpg");
  padding-left: 1.2em;
  margin-left: 0px;
}

ul.l2{
  list-style-type: circle;
  list-style-image: url("bulletdash.jpg");
}

li {
  margin: 0.2em 0em; 
}

hr{
  color: #FF0000;
  background: #FF0000;
  border: 1px solid #FF0000;
  margin-bottom: 0px;
}

.footer {
  margin-top: 0px;
  padding: 0.2em;
  background-color: #EEEEEE;
  height: 1em;
}

.footer a{
  text-decoration: underline;
  color: #FF0000;
  font-weight: normal;
}

.footer a:hover{
  text-decoration: underline;
  color: #400080;
  font-weight: normal;
}

img { border:0; }
#back{ float:left; }
#pdf{ float:right; }

#pdf a { text-decoration: underline; }
#pdf a:hover { text-decoration: none; }