/*
* File Name     : typography.css
* Dependencies  : core.css
* Description   : text formatting
* Version       : 1.0.1
* Date Modified : 10/9/2007
* Usage         : Copyright 2007 Craig Phares. All rights reserved.
*/

/* base style */
body { font-family:arial, helvetica, san-serif; font-size:12px; color:#293A1B; }

/* global regular copy - set sizes locally */
/*p { }*/
table {}
li {}
blockquote {}

/* global header styles - set sizes locally */
h1 { font-size:16px; color:#3F6422; }
h2 { font-size:14px; color:#3F6422; }
h3 {}
h4 {}
h5 {}

/* global links */
a {}
a:link {}
a:visited {}
a:active {}
a:hover {}

/* local layout-specific styles */
#header {}
#main {}
#footer {}