﻿h1, h2, h3, h4, h5, h6
{
    color: #333333;
    margin-top: 0px;
}
h1
{
    font-size: 2.0em;
    font-weight: bold;
    color: #136e5d;
    margin: 10px 0px 0px 10px;
}
h2
{
    font-size: 1.2em;
    font-weight: normal;
}
h3
{
    font-size: 1.2em;
    font-weight: normal;
}
h4
{
    font-size: 1.2em;
    font-weight: bold;
    color: White;
}
h5
{
    font-size: 1.1em;
    font-weight: normal;
}
p
{
    font-size: 1em;
    line-height: 1.5;
}
.smalltext
{
    font-size: 0.9em;
}
A, A:visited, A:active
{
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}
textarea
{
    font-family: Arial;
    font-size: 1em;
}
