/* --------------------------------------------------------------

typography.css

-------------------------------------------------------------- */
 
/* Default font settings.
The font-size percentage is of 10px. (1em = 10px) */
html {font-size: 62.5%;}
body {
  color: #FFFFFF;
  font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}
 
 
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif; font-weight: bold;}
 
h1 {font-size: 2.08em; line-height: 1; margin-bottom: 0.25em;}
h2 {font-size: 2.16em; line-height: 1.20; margin-bottom: 0.75em;}
h3 {font-size: 1.5em; line-height: 1; margin-bottom: 0.5em;}
h4 {font-size: 1.2em; line-height: 1.25; margin-bottom: 0.5em;}
h5 {font-size: 1.0em; font-weight: normal; margin-bottom: 0.25em;}
h6 {font-size: 0.9em; font-weight: normal;}
 
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {margin: 0;}
 
 
/* Text elements
-------------------------------------------------------------- */
p {font-size:1.2em; line-height: 1.4em; margin: 0 0 1.25em; color:#FFF;}
 
a:focus,
a:hover,
a:active {color: #FC2020; text-decoration: underline;}
a {color: #E60303; text-decoration: underline; outline: none;}
 
blockquote {margin: 1.25em; font-style: italic;}
q {font-style: italic;}
cite {font-weight:bold;}
strong {font-weight: bold;}
em,dfn {font-style: italic;}
dfn {font-weight: bold;}
sup, sub {line-height: 0;}
mark { background: transparent; }
 
abbr,
acronym {border-bottom: 1px dotted #fff;}
address {margin: 0 0 1.25em; font-style: italic;}
 
pre {margin: 1.25em 0; white-space: pre;}
pre,code,tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}
 
 
/* Lists
-------------------------------------------------------------- */

dl {margin: 0 0 1.25em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.15em;}

hr {clear: both;}
/* cross-browser hr tag style */
.hr { clear: both; }
