/*
* 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 { background:#000000; color:#ffffff; font-family:Arial, Helvetica, sans-serif; }

/* global regular copy - set sizes locally */
p {}
table {}
li {}
blockquote {}

/* global header styles - set sizes locally */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

/* global links */
a { color:#cccccc; }
a:link {}
a:visited {}
a:active {}
a:hover {}


#flashcontent { font-size:1.2em; }

