/* typography.css */

body { 
font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #004954;
background-color : #f1efe2;
}


html 	{
	text-align : center;
	padding-top: 70px;
}

h2, h3, h4, h5, p, ul, blockquote { 
margin : 0 20px .75em; }

h2, h3 { 
margin-bottom : .15em;
font : 140% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
letter-spacing : -1px; }

p { 
font-size : 100%; }


a { 
text-decoration: none; 
color : #aa3720;
}

a:hover { 
text-decoration: none; 
color : #004954
}


