body {
       background-image: url("http://www.nenow.net/ndarchery/Images/backgd.jpg");
       background-attachment: scroll;
       background-repeat: repeat;
       background-position: 50% 50%;
       background-color: #FFFFFF;
       font-size: 100%
        }


a:link {
	color: Black;
        text-decoration:none;
          }

a:hover {
	color: black;
        text-decoration:none;
	font-style: italic;
             }

a:visited {
	color: Black;
        text-decoration:none;
              }


h1     {
      text-align: center; 
      font-size: 150%
         }

h2     {
       text-align: justify;
       font-size: 100%
         }

h3     {
       text-align: justify;
       font-size: 80%
         }

#picture {
	float:left;
	width: 300px;
}
p         {
           margin: 5px 100px 5px 100px;
           }

