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

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


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #25020b;
}

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

a {
	font-weight:bold;
	text-decoration:underline;
	color: #25020b;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #25020b;
	line-height:1.2em;
	margin-bottom:1em;
}
h1 {
	font-size:20px;
	margin-bottom:0.8em;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
	h2 a {
		font-weight:bold;
		text-decoration:none;
	}
	h2 a:hover {
		text-decoration:underline;
	}
h3 {
	font-style:normal;
	font-weight:normal;
}



