/*this is the second css page for site to be used on gallery pages*/

body {background-image: none /* url(../drwgs-fish-20-cut-2.gif) */;
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-color: #ffffff;
/*      background-color: #bebebe;*/
      font-family: sans-serif;
      text-align: left;
      }
STRONG { font-size: larger }
h1, h2, h3    {color: black; 
             margin-left: 5%;
              text-align: left;
           
}
hr {margin-left: 5%; margin-right: 50% }

address {color: black; text-decoration: none }

p       {color: black; text-decoration: none; margin-left:5%; margin-right:250%; width: 70%; text-align: justify}

p.menu   {color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 50%; font-family: sans-serif; font-size: smaller;}


/*this next one doesn't seem to work*/
p.black   { color: black; text-decoration: none; }
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    */

/*div.img     { float: right; border: 1px solid silver; margin: 0.25em ; padding: 0.25em;}*/
