/* recover from old-browser styling */

*.oldbl {display: block !important;}
*.oldin {display: inline !important;}
*.ahem {display: none !important;}
img.pic {display: block !important;}

body {margin: 0; padding: 0; background: #fff; text-align: center; font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; color: #000;}

/* This is the main ID that should go around all content by default */
#main {width: 640px; margin: 15px auto; text-align: left;}
#main * {font-size: 100%;}
#main h1 {font-size: 30px; margin: 0 0 .5em 0;}
#main h2 {font-size: 24px; margin: 0 0 .5em 0;}
#main h3 {font-size: 16px; margin: 0;}
#main h4 {font-size: 12px; margin: 0;}
#main h5 {font-size: 10px; margin: 0;}
#main h6 {font-size: 8px; margin: 0;}

/* place any icons that will be associated with links here.
 *  For example, a linked file or an object of a particular
 *  type might have a special icon associated with it.
 *  Here's an example from Apple's site:
 */
#main a.html {background: url(http://images.apple.com/main/elements/globaliconhtml12x12.gif) left top no-repeat; display: block; padding-left: 20px;}


