/* typography.css */

body {
	font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	background: #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

h2, h3, 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%; }

h2, h3 { 
color : #88a308; }

a:link, a:visited {
	color : #CC0000;
}

li  a.c {
	font-size: 12px;
	float: none;
	color: #000000;
	text-indent: 12px;
}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
