body {
 background: #fff;
 font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 color: #6B6B6B; 
 text-align: center;	
}

/* links */
a, a:visited {	
 color: #79A325;
 background: inherit;
 text-decoration: none;
}
a:hover {
 color: #73471B;
 background: inherit;
 text-decoration: underline;
}

/* headers */
h1, h2, h3 {
 font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 font-weight: Bold; 	
 padding: 10px;		
 color: #444;	
}
h1 {font-size: 2.9em;}
h2 {
 font-size: 2.5em;
 color: #88AC0B;
}
h3 {
 font-size: 1.6em;
 font-weight: normal;	
 padding: 16px 10px 4px 10px;	
}
h4 {
 font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 color: #51432F; 
 padding: 10px 0 5px 5px; 	
 margin-left: 5px;		
 letter-spacing: 2px;
 border-bottom: 1px solid #E4F2C8; 	
}

/* Paragraph */
p {padding: 12px 10px;}

.spacer {
 height:2px;
 clear:both;
}

