/*this is the second css page for site to be used on text 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: white;
	/*      background-color: #bebebe;*/

      font-family: sans-serif;
	/*       font-size: normal;*/
      font-weight: normal;     /* text-align: center;*/
      }
STRONG { font-size: larger }
h1, h2, h3   {color: black;  
          /*  text-shadow: white 1px 1px;*/
              text-align: left;}
           

hr {  width: 70%; margin-left: 20px; margin-right: 10% }

address {color: white; text-decoration: none }

p       {color: black; text-decoration: none; margin-left:20px; margin-right:5px; width: auto; text-align: left}

/*this next one doesn't seem to work*/

p.white   { color: white; text-decoration: none; }

DL    { text-align: left }

div.img     { float: right; border: 1px solid silver; margin-left:10px; margin-right:10px; width: auto; padding:5px;}
div.img.p   { float: right; color: white; text-decoration: none; width:auto; margin-left:10px; margin-right:10%;}
p.footer	{color: white; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size:10px;}
p.menu   {color: white; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 30%; font-family: sans-serif; font-size:12px;}
p.caption {font-size:10px; margin-left: 20px;}