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

   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: #981f40;
	font-style:italic;
	line-height:1.2em;
	margin-bottom:1em;
}
h1 {
	font-size:28px;
	margin-bottom:10px;
}
h3 {
	font-style:normal;
	font-weight:normal;
}

a {
	text-decoration:none;
	color: #981f40;
}
a:hover {
	text-decoration:underline;
}
