BODY  { 
  background-color: black;
}

.pagetitle {
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: bold;
  color: red;
  text-align: center;
}

.main {
   font-family: cursive;
   font-style: oblique;
   font-weight: bold;
   font-size: 37pt;
   color: red;
}

.normalbody {
   font-size: 12pt; 
   font-style: normal;
   color: white;
}

.normalbodycenter {
   font-size: 12pt; 
   font-style: normal;
   color: white;
   text-align: center;

}

.leftbody {
   font-size: 10pt; 
   font-style: normal;
   color: white;
   text-align: left;
}


p {
  text-align: left;
}

p.note {
  text-align: center;
}

b {
  font-weight: bold;
  color: #7DB1BC;
  font-size: 12pt;
  font-style: italic;
}

.nav {
  font-style: oblique;
  font-weight: bold;
  font-size: 12pt;
  font-family: sans-serif;
  text-decoration: none;
  color: #0000FF;
 }

}
  