/*
* 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; }

/* global regular copy - set sizes locally */
p {}
table {}
li {}
blockquote {}

/* global header styles - set sizes locally */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

/* global links */
a {}
a:link {}
a:visited {}
a:active {}
a:hover {}

#noflash { font-size:1.2em; }
