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

   typography.css
   * Site typography
   
-------------------------------------------------------------- */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #6c6459;
	background: #fff;
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom:1em;
	font-weight:normal;
	color: #39c6f3;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2em;
} 

h1 {
	font-size:20px;
}

p {
	margin-bottom:1em;
}
