body {
    background: white;
    color: #444;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
p,
ol, ul {
    margin: 20px 0;
}

h3 {
    color: #21486A;
    font-size: 1.3em;
    margin-bottom: -10px;
    text-transform: uppercase;
}

a {
    color: #4D5357;
    outline: none;
    font-weight: bold;
}

a img {
    border: none;
    outline: none;
}

blockquote {
    font-size: 1.5em;
    padding: 0 100px;
    text-align: center;
}

fieldset {
    border: none;
    margin: 20px 0;
    padding: 0;
}

iframe {
    margin: 20px 0;
}

legend {
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-decoration: none;
}

legend a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table th {
    border-bottom: none;
    text-align: left;
    padding: 10px;
}

table td {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

table table {
    margin: 0;
}

/** classes **/

.caption {
    font-size: 1em;
    font-style: oblique;
    font-weight: bold;
}

.introduction {
    font-size: 1.4em;
}

.text-green {
    color: green;
}

.text-orange {
    color: orange;
}

.text-red {
    color: red;
}

.text-yellow {
    color: yellow;
}
