/* Basic typography CSS */

* {text-decoration:none;font-size:12px;font-family:Helvetica, Arial, sans-serif;}

h1 *, h2 *, h3 * {font-size:inherit;}

h1, h2, h3 {font-size:24px;font-family:Helvetica, Arial;font-weight:normal;}
h4, h5, h6 {font-family:Helvetica, Arial;font-weight:bold;}
h1 {color:#333;text-transform:uppercase;}
h2 {font-size:20px;}
h3 {font-size:16px;font-weight:bold;}
h4 {font-size:14px;}

q {quotes:"\201E" "\201C" "\201A" "\2018";font-style:italic;}
q:before {content:open-quote;}
q:after {content:close-quote;}
q q:before {content:open-quote;}
q q:after {content:close-quote;}

a:link, a:visited, a:active {color:#204a87;}
a:hover {text-decoration:underline;}

a:hover img { text-decoration:none; }

.underline {border-bottom:1px solid #91a5b5;}
.bold {font-weight:bold;}

u { text-decoration: underline; }
b { font-weight: bold; }