body {color: black; 
      background-color: white;
}

em {  color: #e86800; 
      font-family: georgia;
      font-weight: bold;
      font-size: 2.0em;

}
h1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: black;
text-align: center;  

}

ul{
list-style-type: none;


}

#menu a{ 
	
	  font-family: "Trebuchet MS", Helvetica, sans-serif;
	  font-size:1.5em;  
	  text-align:center; 
	  text-decoration:none; 
          color:black;  
          
          } 

#menu a:visited{ 
	  

	  font-family: "Trebuchet MS", Helvetica, sans-serif;
          font-size:1.5em;  
	  text-align:center; 
	  text-decoration:none; 
          color:darkgray;
          
          } 
#menu a:hover{ 
	  
	
	  font-family: "Trebuchet MS", Helvetica, sans-serif;
	  font-size:1.5em;  
	  text-align:center; 
	  text-decoration:none; 
          color:#e86800; 
                } 
li {line-height: 25px;} 
#content {width: 600px;}
#left {float: left;}

.centeredImage
    {
    text-align:center;
    margin-top:-40px;
    padding-left: 255px;
    
    
    }
