﻿/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {font-size:100.01%;}
body {font-size: 75%;color:#808080;background:#fff;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;color:#808080;}
h1 {font-size:5em; line-height:1; margin-top:75px;}
h2 {font-size:1.75em;}
h3 {font-size:1.5em;}
h4 {font-size:1.6em; color: #525151;}
h5 {font-size:2.1em; font-family:"Times New Roman",Arial,Helvetica,sans-serif; font-style: italic; color: #1f1f1f; line-height:30px; margin-bottom: 30px;}
h6 {font-size:1em;font-weight: bold; margin-bottom: 20px; color: #000;}
a:focus {text-decoration: none;}
a {color:#699c34;text-decoration:underline;}
blockquote {color:#666;font-style:italic;}
strong {font-weight:bold;}
em,dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {font-style:italic;}
del {color:#666;}
pre {white-space:pre;}
pre,code,tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul {list-style-type:none;}
ol {list-style-type:none;}
dl dt {font-weight: bold;}
table {width:100%;}
