/* typography.css */

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

td { 
font : 85%/1.5 "Arial", "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;}


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

h1 { 
margin-bottom : .15em;
font : 130% "Arial", "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : 0px;
text-indent:-0px; }

h2 { 
margin-top : .9em;
margin-bottom : .9em;
margin-right: 0px;
font : 120% "Arial", "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : 0px; 
border-bottom: dotted 1px;}

h3 { 
margin-top : .9em;
margin-bottom : .9em;
margin-right: 0px;
font : 120% "Arial", "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : 0px; 
}

p { 
font-size : 100%; }



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



li > h4 { margin-left : 0; }

div#nav_main p { 
font-size : 160%;
color : #88a308; }

div#site_info p { 
color : #fff; }

li > p { margin-left : 0; }

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


a:hover, a:active { 
font-weight:  bold; }

ul#nav_tools a {
color : #fff; } 


