/* typography.css */

body {
	font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}
h4, p, ul, blockquote   { 
margin : 0 20px .75em; }

h2, h3 { 
margin-bottom : .15em;
font : 200% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : -1px; }

p { 
font-size : 100%; }

a:link, a:visited { 
text-decoration : none; }
