P {
  font-family: Arial, Helvetica, sans-serif;

}

TD {
  font-family: Arial, Helvetica, sans-serif;

  text-align: justify;
}

TH {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #3366CC;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #3366CC;
}

P.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
  padding-top: 2em;
}

.author {
  font-style: italic;
}

.bold {
  font-weight: bolder;
}

.lake {
  text-align: center;  
}

.bb {
  color: #3366CC;
  font-weight: bolder;
}

TD.nav {
  color: #339966;
  vertical-align: top;
  text-align: center;
  background-image: url("images/line.gif")
}

TH.nav {
  text-align: center;
}

A.nav:link { 
  text-decoration: none;}
A.nav:visited {
  text-decoration: none;
  color: #3366CC;}
A.nav:hover {
  text-decoration: underline;
  color: #339966;}

.center {
  text-align: center;
}

A:link    img { border: none }
A:visited img { border: none }
A:active  img { border: none }
A:hover   img { border: none }

A:link {
  color: #3366CC;
  background-color: #ffffff;
}

A:visited {
  color: black;
  background-color: #ffffff;
}

A:active {
  color: red;
  background-color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #339966;
  background-color: #ffffff;
  text-decoration: none;
 }
