/* Style Sheet */
#body {
   background-color: #634234;
   border: 2px solid #604420;
   }
h1 {
    color: #67474d;
    font-size: 1.2 em;
    font-family: Arial;
    padding; 5em;
    }
h2 {
    color: #a52a2a;
    font-size: 0.9em;
    font-family: Arial;
    padding; 5em;
    text-align: center;        
    }
h3 {
    color: #67474d;
    font-size: 0.8em;
    font-family: Arial;
    padding; 5em;
    text-align: justify;
    line-height: 1.5em;
    } 
h4 {
    color: #fff8dc;
    font-size: 0.8em;
    font-family: Arial;
    padding; 5em;
    text-align: justify;
    line-height: 1.5em;
    margin: 4pt;
    } 
h5  {	
	font-family: Arial;
	font-size: 0.6em;	
	text-align: center;
	font-weight: normal;
	color: #666666;			
}  
h6  {	
	font-family: Arial;
	font-size: 0.7em;	
	text-align: justify;
	font-weight: normal;
	color: #666666;
	margin: 4pt;			
}  
#box1 {
    width: 100%;
    color: #67474d;
    background-color: #a0522d;
    font-size: 0.8em;
    font-family: Arial;
    padding; 5em;
    text-align: left;
    line-height: 1.5em;
    }  
#box2 {
    width: 100%;
    color: #67474d;
    background-color: #f4a460;
    font-size: 0.8em;
    font-family: Arial;
    
    text-align: left;
    line-height: 1.5em;
    } 
#box3 {
    width: 100%;    
    background-color: #331A00;
    color: #67474d;
    font-size: 1.0 em;
    font-family: Arial;
    padding: 5em;
    margin: 4pt;
    text-align: justify;
    line-height: 1.5em;
    }
p {margin: 20px 30px; }        
   a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: 003f78;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFA034;
	text-decoration: none;
}