/* typography.css */

body { 
font : "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : yellow; }

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

h2, h3  { 
margin-bottom : .15em;
font : 125% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; }

p { 
font-size : 100%; }
	
h2, h3 {
color: #FFFF80; }

li > h4 { margin-left : 0; }

div#nav_main p {
	font-size: 160%;
	color: #0000C0; }

div#site_info p { 
color : #fff; }

li > p { margin-left : 0; }

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

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

ul#nav_tools a {
color : #0000C0; } 
