﻿body {
    font-family: Nunito, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #143F4C;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 8px 0;
    letter-spacing: 0.6px;
    font-family: Roboto, Arial, sans-serif;

}

legend { color: #fff; }

a, a:hover, a:visited, a:active { color: #fff;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #fff;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}

h6 {
    font-size: 14px;
    font-weight: normal;
}

p {
    margin: 0 0 16px 0;
}

ins,
mark {
    background: #ffa;
}

blockquote {
    font-family: Roboto, Arial, sans-serif;
}

hr {
    display: block;
    padding: 0;
    margin: 32px 0;
    height: 0;
    border: 0;
    border-top: 1px solid #e1e1e1;
    box-sizing: content-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0 0 16px 0;
    padding: 0 0 0 2em;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 8px;
}

dl {
    margin: 0 0 16px 0;
}

dt {
    font-weight: bold;
    margin: 8px 0 0 0;
}

dt:first-child {
    margin-top: 0;
}

dd {
    margin-left: 16px;
}