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

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


body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #959595;
}

p { 
	margin:0 0 1em 0;
	padding:0;
	line-height:2em;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#a7bcbf;
}

h1 {
	margin-top:30px;
	margin-bottom:11px;
	font-size:32px;
	text-transform:lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2 {
	font-size:17px;
}

a {
	color: #A7BCBF;
	text-decoration:underline;
}
a:hover {
	color: #a7bcbf;
	text-decoration:underline;
}

.text-zone {
	width:410px;
}

