body {
  background-color: #ffffff;
  font-family: Tahoma, Trecbuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  margin-top: 3%;
  margin-right: 5%;
  margin-bottom: 3%;
  margin-left: 5%;
    }
  /* note - this is how you make a comment in a CSS file. */
/* you want to always put margins, padding, and borders in this sequence:
  top, right, bottom, left - otherwise you get in TRouBLe. */
/*always end every line of css inside the curly braces with a semicolon -
  even the last one, which CAN be omitted from the last one. Don't omit it -
  trust me on this.*/
/* always make the tag capitalized in the CSS file - instead of a: hover,
  make it A:hover. It doesn't matter, in the HTML file itself where it is
  used, but in the CSS file, it is very important that it be always
  capitalized.*/
A:link {
  color:#000000;
  text-decoration: none;
  }
  A:visited {
  color:#000000;
  text-decoration: none;
  }
  A:active {
  color:#CC99FF
  text-decoration: none;
  }
  A:hover {
  background:#ffffff;
  color:#009999;
text-decoration: none;
}

  /* if you want this to work in Netscape, you have to include the full URL,
  not just the local file name - in other words, it should look like this:
  cursor: url(http://www.blah.com/images/eyes.ani); */
H1 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font size: 18px; font-weight: 600; color: #339999; padding: 0 0.25em;}
H2 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font size: 15px; color: #009bb0 font-weight: 500; text-align: center;}
H3 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font size: 12px; font-weight: 550; text-align: center;}
H4 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font size: 10px; font-weight: 550; color: #339999; padding: 0 0.25em;}
H5 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font size: 12px; font-weight: 550; color: #339999; padding: 0 0.25em;}
H6 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 550; text-align: left; padding: 0 0.25em;}
P {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; padding: 0 0.25em;}
P.grncntr {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 13.5px; font-weight: 600; text-align: center; color: #339999; padding: 1 0.25em;}
P.menu {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center;}
P.small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: left;}
P.right {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: right;}
P.center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center;}
td.1 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: #ffcc00;}
td.1center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center; background-color: #ffcc00;}
td.1small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: center; background-color: #ffcc00;}
td.2 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: #339999; background-image: url(oceanbackground2.jpg);}
td.2center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center; font-weight: 600; background-color: #339999; background-image: url(oceanbackground2.jpg);}
td.2small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: center; background-color: #339999; background-image: url(oceanbackground2.jpg);}
td.3 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: #ff9999;}
td.3center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: 600; text-align: center; background-color: #ff9999;}
td.3small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: center; background-color: #ff9999;}
td.4 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: ##ffcc00; background-image: url(oceanbackground.jpg);}
td.4center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center; background-color: ##ffcc00;}
td.4small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: center; background-color: ##ffcc00; background-image: url(oceanbackground.jpg);}
td.5 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: #339999; background-image: url(oceanbackground.jpg);}
td.6 {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: left; background-color: #ffffff;}
td.6center {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 10px; text-align: center; background-color: #ffffff;}
td.6small {font-family: Verdana, Tahoma, Trecbuchet MS, Helvetica, Arial, sans-serif; font-size: 9px; text-align: center; background-color: #ffffff;}
.bold {font-weight: bold;}
.border {border-style: solid; border-width: thin; border-color: black; padding: 3px;}

