@charset "utf-8";
/******************************************************************************
* TYPOGRAPHY
* CSS Document 
* website here
*******************************************************************************/


/***************** TYPOGRAPHY ***********************************************************************/

* { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
h1 { font-family: Arial Black, Arial, Helvetica, sans-serif; font-size:36px; color:#dd0004; letter-spacing:-3px; text-transform:uppercase; }
h2 { font-family: Arial Black, Arial, Helvetica, sans-serif; font-size:24px; color:#fff; background:#dd0004; text-align:center; letter-spacing:-1px; text-transform:uppercase; }
h3 { font-family: Arial Black, Arial, Helvetica, sans-serif; font-size:20px; color:#dd0004; text-transform:uppercase; letter-spacing:-1px; }
h4 { font-size:16px; color:#444; margin:0; }
h5 { font-size:14px; color:#777; margin:5px 0 15px 0; }
h6 { font-size:13px; color:#444; margin:10px 0 0 0; }
p, th, td, ul, li, label, textarea, input { font-size:12px; color:#; }
p a, a{ font-size:12px; color:#dd0004; }
p { line-height:18px; margin:0 0 15px 0; }
ul { list-style-position:inside; }

