body 
  {
  background-color: #000000;
  /* First line are the National's preferred fonts */
  font-family: "Adobe Garamond Pro", "Palatino Roman", 
  "Verdana", "Arial", sans;
  /* Second line are basic default fonts */
  color: #000000;
  }
div
  {
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  }
div.mainBody
  {
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 400px;
  min-width: 490px;
  width:100%;
  }
h1
  {
  font-family: "Priori Serif", "Priori Sans", "Gill Sans", "Helvetica", 
  "Times New Roman", "Times", serif;
  /* Again, top line for National's fonts, bottom for default fonts */
  text-align: center;
  }
h2
  {
  font-family: "Priori Serif", "Priori Sans", "Gill Sans", "Helvetica", 
  "Times New Roman", "Times", serif;
  /* Again, top line for National's fonts, bottom for default fonts */
  text-align: center;
  }
h3
  {
  font-family: "Priori Serif", "Priori Sans", "Gill Sans", "Helvetica", 
  "Times New Roman", "Times", serif;
  /* Again, top line for National's fonts, bottom for default fonts */
  text-align: center;
  }
h4
  {
  font-family: "Priori Serif", "Priori Sans", "Gill Sans", "Helvetica", 
  "Times New Roman", "Times", serif;
  /* Again, top line for National's fonts, bottom for default fonts */
  }
img.imgLeft
  {
  float: left;
  margin: 5px;
  }
img.imgRight
  {
  float: right;
  margin: 5px;
  }
p
  {
  padding-left: 2px;
  padding-right: 2px;
  }
  }
a:link 
  { 
  color: #0000FF;
  }
a:visited 
  { 
  color: #0000FF;
  }
a:hover 
  { 
  color: #9999FF;
  }
a:active 
  { 
  color: #993333;
  }