/* typography.css */

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

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

div#content_sub h4 {
	font-size:200%;
}

div#content_sub li h4 {
	font-size:100%;
	margin-top:10px;
}

div#content_main li {
	border-bottom:#333 1px dashed;
	padding-top:5px;
	padding-bottom:5px;
}

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

p { 
font-size : 120%;
font-family:Arial, Helvetica, sans-serif;}

h2, h3 { 
color : #FFF; }

h2+p { 
font-size : 110%; }

li > h4 { margin-left : 0; }

div#site_info p { 
color : #777777; }

li > p { margin-left : 0; }

a:link, a:visited { 
text-decoration : none; }

a:link, a:visited { 
color : #993366; }

a:hover {
	text-decoration:underline;}

ul#nav_tools a {
color : #fff; } 

h3.preview_prog {
	color:#aaa;
	border-top:#444 1px dashed;
	padding-top:15px;
}

 h3.last_prog {
	color:#aaa;
	margin-top:20px;
	padding-top:10px;
	border-top:#555 1px dashed;
 }

p.preview_prog, p.last_prog {
	color:#aaa;
}

ul.preview_prog li {
	border:0;
}

