
body {
      background-image: url(fish.gif); 
      background-attachment: "fixed"
     }

h2 {
    text-align:justify;
    color:black;
    font: normal 14pt "Georgia", "New Times Roman", serif
   }
h3 {
    text-align:justify;
    color:black;
    font: bold 12pt "Georgia", "New Times Roman", serif
    }

p {
   text-align:justify;
   text-indent:8pt;
   color:black;
   font:normal 12pt "georgia", "new times roman", serif
  }
   

p.intro {
         text-align:justify;
         color:black;
         font:normal 12pt "georgia", "new times roman", serif
        }

p.intro2 {
          text-align:justify;
          font:bold 10pt "georgia", "new times roman", serif;
          color:#083194
         }

p.intro3 {
          text-align: justify;
          color:red;
          font:bold 12pt "georgia", "new times roman", serif
         }

a:link {
        color:blue;
        text-decoration:none
       }

A:visited {
           color:purple;
           text-decoration:none
          }

A:hover {
         color:green;
         text-decoration:none
         }

A:active {
          color:black;
          text-decoration:none
         }




