


/* Presentation Stylesheet */

body {
  color: #663300;
  font-family: Mistral;
  font-size: 18px;
    }

h4 {
 margin:0; 
 padding: 5px 0;
 color: #663300;
 }
 
/*p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:#663300;
 }
 */
 p {color:#663300;
    font-family: Arial;
	font-size: 18px; 
}

 p1 {color:#663300;
    font-family: Monotype Corsiva, Arial;
	font-size: 24px;
	}
 
 h1 {
    font-family: Arial;
	/* font-weight: bold; */     
    color: #663300;
	font-weight: normal; 
		  
		  
		  }
		  
h2 {
		font-family: Arial;
		color: #663300;
		font-weight: normal;
}		  
		  
h3 {
    font-family: Arial;
	color: #663300;
	font-weight: normal; 
		  
		  
		  }		
		  
ul.navbar li  {
    font-family: Arial;

    margin: 0.5em 0;
    padding: 0.3em;
   }
   
   
  ul.navbar a {
    text-decoration: none }
 
 
  a:link {
    color: #663300 }
  a:visited {
    color: #666666 }


address {
    margin-top: 3em;
    padding-top: 2em;
    border-top: thin dotted }  
