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

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


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

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

em {
	font-style:italic;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
	font-size:25px;
	text-transform:none;
	margin-bottom:0.6em;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:16px;
}


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

.white {
	color: #fff;
}
