/* -------------------------------------------------------------- 

   typography.css
   * Reset and define typography styles
   
-------------------------------------------------------------- */


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #677141;
}

p { 
	margin:0 0 1em 0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #938c23;
	line-height:1.2em;
	margin-bottom:1em;
}
h1 {
	font-size:28px;
	margin-bottom:30px;
}
h3 {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}

a {
	text-decoration:none;
	color: #938c23;
}
a:hover {
	text-decoration:underline;
}

ul {
	margin-left:1em;
	margin-bottom:1em;
}

blockquote {
	margin:0 2em 1em 2em;
	font-style:italic;
	font-weight:bold;
}

ul.nicelist {
	list-style:none;
	margin:0;
}

