body {
	 font-family: comic sans ms, Arial, Times New Roman, sans-serif, serif;
     color: black;
     background-image: url('../bckgrnd05.jpg');
	margin-left: 10%;
	margin-right: 10%;
	 width: 85%;
     }
p    {
     text-indent: 1em; margin-top: 5; margin-bottom: 5;
     }  
h1   {
     font-size: 300% ;
     }
h2   {
     font-size: 250%;
     }
.italic {font-style: italic;
     }
h3   {
     font-size: 200%;
     }
h4   {
     font-size: 150%;
     }
h5   {
     font-size: 100%; 
     }    
em   {font-style: italic; font-weight: bold
     }            
strong {text-transform: uppercase; font-weight: bold; 
     {


    
<!button stuff>
       
ul.navlist
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

ul.navlist li { display: inline; }

ul.navlist li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

ul.navlist li a:hover
{
background-color: #369;
color: #fff;
}
  

