body {
  margin-left: 0px;
  margin-top: 5px;

  background-color: white;

  background-image: url('pics/hurricane_background.gif'); 


  scrollbar-face-color: white;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
  scrollbar-arrow-color: #096291;

  font-family: Verdana, Arial, Helvetica, sans-serif;

  color: #003366;
  text-decoration: none;
}

a,td {
  font-size: 10pt;
  text-decoration: none;
}

.titelr {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  background-color: #006699;
}

ul.titel {
  margin-left: 0px;
  list-style-type: disc;
  color: black;
}

.titel {
  margin-left: 0px;
  font-weight: bold;
}

ul.sub {
  list-style-type: circle;
  color: black;
}


table.rand {
 border: 0px #003366 dashed;
}

td.titel {
 font-size: 16pt;
 background-color: #006699;
 font-weight: bold;
 color: white;
}


hr {
 border: 1px #003366 dashed;
}

a.email,a.email.visited:link {
  font-weight: bold;
  color: #003366;
  text-decoration: underline;
}

a.email:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

a,a.visited:link {
  font-weight: bold;
  color: #003366;
  text-decoration: underline;
}

a:hover {
  font-weight: bold;
  color: red;
  text-decoration: none;
}

a.titel {
  font-size: 12pt;
  font-weight: bold;
}

 a.titel:link,a.titel:visited {
  color: blue;
  text-decoration: none;
  font-weight: bold;
 }

 a.titel:HOVER {
  color: red;
  text-decoration: none;
  font-weight: bold;
 }

 a.titel:ACTIVE {
  color: black;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
 }

a.sub {
  font-size: 10pt;
  font-weight: bold;
}

 a.sub:link,a.sub:visited {
  color: blue;
  text-decoration: none;
 }

 a.sub:HOVER {
  color: red;
  text-decoration: none;
 }

 a.sub:ACTIVE {
  color: black;
  text-decoration: none;
  font-style: italic;
 }

