/* GENERAL APPEARANCE */

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#wrapper {
	padding: 10px 10px;
	margin: 1.5em 8%;
	text-align: left;
}	

.section{ border-top: 1px solid #edede3;  padding-top: 1.0em; }		
		
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #dba748;
	margin-bottom: 30px;
}

h2 {
	font-size: 12px;
}

/* MENUS AND LINKS */
a{
	font-weight: bold;
	color: #8ab459;
	text-decoration: none;
}

p a:hover { border-bottom: 1px dotted #8ab459; }



