.typography * {
	font-family: 'Lucida Grande', 'Lucida Console', Arial, sans-serif;
/*	color: #555;*/
}

.typography p, .typography h1, .typography h2, .typography h3, .typography h4  { 
	margin: 0 0 1em 0;
}

.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
	text-decoration: underline;
}
.typography ul, .typography li {
	margin-left: 1.75em;
}
.typography h1, .typography h2, .typography h3 {
	margin: 0px 0px 1em 0px;
}