/* typography.css */

body { 
font : 0.7em/1.5 "Tahoma", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; color : #333; }

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

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

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


p,blockquote { 
font-size : 100%; 
color : #666666; 
}


li > h4 { margin-left : 0; }

div#nav_main p 
{

font-size : 120%;
color : #877560; 
text-align:center;
}

div#site_info p { 
color : #fff; }

li > p { margin-left : 0; }

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

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

a:hover
{

}
ul#nav_tools a {
color : #fff; } 
