body {
    font: normal 12px Arial;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0;
    margin-top: 1em;
    border-bottom: 0 !important;
}

.heading1, .heading2, .heading3, .heading4 {
    margin-top: 0 !important;
    display: block;
}

h1, .heading1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #00cafb; /*#6bccfe;*/
}

h2, .heading2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h3, .heading3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h4, .heading4 {
    font-size: 12px;
    font-weight: bold;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

.normal {
    font-weight: normal;
}

.upperCase {
    text-transform: uppercase;
}

p {
    line-height: 1.3em;
}

a {
    border-bottom: 0px;
    color: #dc7a0c;
    text-decoration: none;
}

a:focus {
}

a:active {
    outline: 0px;
    color: #fffff;
}

a:hover {
    color: #6bccfe;
}

ul.normal {
    display: block;
    margin-left: 0;
    margin-top: 1em;
}

ul.normal li {
    display: list-item;
    list-style: disc !important;
    margin-left: 0;
    list-style-position: inside !important;
}

ol.normal {
    display: block;
    margin-left: 1.5em;
    margin-top: 1em;
}

ol.normal li {
    display: list-item;
    list-style: decimal !important;
    margin-left: 0;
    list-style-position: outside !important;
}

