@import url('http://fonts.googleapis.com/css?family=Roboto+Condensed:700,300,400');

body { font-family: 'Roboto Condensed', sans-serif; font-weight: 300; color: #fff; }
body p { font-size: 20px; }
body h1 { font-size: 30px; font-weight: 300; margin: 0px; }
body h2 { font-size: 26px; font-weight: 300; margin: 0px; }
body h3 { font-size: 23px; font-weight: 300; margin: 0px; }
body h4 { font-size: 20px; font-weight: 300; margin: 0px; }
body h5 { font-size: 17px; font-weight: 300; margin: 0px; color:#fff; text-transform: uppercase;}
body h5 > * { color:inherit!important; }
body h6 { font-size: 14px; font-weight: 300; margin: 0px; color:#fff; text-transform: uppercase;}
body h6 > * { color:inherit!important; }
body strong { font-weight: 400; }
body a { color: #fff; text-decoration: none; }