
html {
  font-size: 62.5%;
  line-height: 1.5em;
}
h1, h2, h3 {
  font-family: helvetica, arial, sans, "Times New Roman", Times, serif;
}
code, kbd, pre, samp, tt {
  font-family: Courier, "Courier New", monospace;
}
body {
  font-size: 1.4em;
  line-height: 1.5em;
}
blockquote, div, dd, dl, dt, fieldset, form, hr, li, noscript, ol, p, pre, table, tbody, td, tfoot, th, thead, tr, ul {
  font-size: 1em;
  line-height: 1.5em;
}
dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, noscript, ol, p, pre, table, ul {
  margin: 0 0 1.5em 0;
}
fieldset {
  padding-top: 1.5em;
}
dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul {
  margin-bottom: 0;
}
blockquote, fieldset {
  padding-left: 2.2em;
  padding-right: 2.2em;
}
dd, li {
  margin-left: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 16px;
  line-height: 1em;
  
  margin-top: 1.5em;
  margin-bottom: 0.0em;
  color:#018dcd;
}
h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.1667em;
  line-height: 1.286em;
  margin-top: 1.929em;
  margin-bottom: 0.643em;
}
h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 2.25em;
  margin-bottom: 0.75em;
}
h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}
caption {
  font-style: italic;
  text-align: center;
}
dt {
  font-weight: bold;
}
fieldset {
  border: 0.1em solid;
}
hr {
  border: none;
  border-bottom: 0.1em solid;
  height: 0;
  margin-top: -0.1em;
}
legend {
  font-weight: bold;
  margin-left: -0.5em;
  padding: 0 0.5em;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
pre {
  margin-bottom: 0;
}
tfoot {
  font-style: italic;
}
th {
  font-weight: bold;
  text-align: left;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
a {
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
  color: red;
}
abbr[title] {
  border-bottom: 0.1em dotted;
}
acronym {
  font-variant: small-caps;
}
acronym[title] {
  border-bottom: 0.1em dotted;
}
b {
  font-weight: bold;
}
big {
  font-size: 1.25em;
  line-height: 1em;
}
button {
  margin: -0.25% 0;
}
cite {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
dfn {
  font-style: italic;
}
em {
  font-style: italic;
}
i {
  font-style: italic;
}
img {
  vertical-align: text-bottom;
}
input {
  margin: -0.25% 0;
}
ins {
  text-decoration: underline;
}
label {
  font-weight: bold;
}
select {
  margin: -0.25% 0;
}
small {
  font-size: 0.75em;
  line-height: 2em;
}
strong {
  font-weight: bold;
}
sub {
  font-size: 0.75em;
  line-height: 0.833em;
  vertical-align: sub;
}
sup {
  font-size: 0.75em;
  line-height: 0.833em;
  vertical-align: super;
}
var {
  font-style: italic;
}
.small {
  font-size: 0.75em;
  line-height: 2em;
}
.hide {
  display: none;
}
.highlight {
  background: #ff0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
