/* typography.css */

body { 
font : 82%/1.5 "Georgia", "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 : 200% "Georgia", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold;
font-style : italic;
text-align : center;
letter-spacing : -1px; }

h3 { 
margin-bottom : .15em;
font : 82% "Georgia", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
text-align : center }

h4 { 
margin-bottom : .15em;
font : 150% "Georgia", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-style : italic;
font-weight : bold; 
text-align : center; }

h5 {
font : 120% "Georgia", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-style : italic;
text-align : right; }

p { 
font-size : 100%; }

h2, h3, h4 { 
color : #800000; }

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:link ( color : #005073; }
a:visited { color : #004B1B; }

ul#nav_tools a {
color : #fff; } 
