/*this is the first css page for site*/

body {/*background-image: url(../drwgs-fish-20-cut-4.gif);*/
      /*background-position: center right;*/
     /* background-attachment: fixed;*/
      /*background-repeat: no-repeat;*/
      background-color: white;
/*      background-color: #bebebe;*/
      font-family: sans-serif;
      font-weight: normal;
      text-align: left;
      }
STRONG { font-size: larger }
h1, h2, h3    {color: black;  
              margin-left: 5%; 
/*              text-shadow: red 1px 1px;*/
              font-family: sans-serif;
              text-align: left;
              }


hr      {margin-left: 5%; margin-right: 50% }
address {color: black; text-decoration: none; text-align: left; margin-left: 5%; font-family: sans-serif;}
p       {color: black; text-decoration: none; text-align: justify; margin-left: 5%; margin-right: 30%; font-family: sans-serif;}
p.menu   {color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size:12px;}
p.footer	{color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size:10px;

DL    { text-align: left }
/*A:link    { color: black }*/    /* unvisited links */
/*A:visited { color: aqua }*/   /* visited links   */
/*A:hover   { color: yellow }*/ /* user hovers     */
/*A:active  { color: lime }*/   /* active links    */
