/*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;
              }

span.highlight {
    background-color: white;
}
hr      {margin-left: 5%; margin-right: 50% }
address {color: white; text-decoration: none; text-align: left; margin-left: 5%; font-family: sans-serif;}
p       {color: black; text-decoration: none; font-size: x-large; text-align: justify; margin-left: 5%; margin-right: 35%; font-family: sans-serif; background-color: white;}
p.menu   {color: black; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 35%; font-family: sans-serif; font-size: small ;}
p.footer	{color: white; text-decoration: none; text-align: left; margin-left: 5%; margin-right: 35%; 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    */

img.source-image {
	width: 90%;
	/*position:relative;*/
	top:2%;
	border:2px;
	margin:0%;
	/*left: 60px;*/
	/*height: 457px;*/
}
img.source-image-2 {
	height: 80%;
	/*position:relative;*/
	top:2%;
	border:2px;
	margin:0%;
	/*left: 60px;*/
	/*height: 457px;*/
}