/*
 *  S T Y L E
 */

 html, body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10pt;
}

#outer {
    width: 90%;
    min-width: 320px;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.66);
}

#inner {
    width: 100%;
    padding: 20px;
    font-size: 18pt;
    /* border-radius: 20px; */
    /* border: 1px solid #ebebeb; */
    margin-bottom: 20px;
}

.content {
    border: none;
}

hr {
    height: 2px;
    border: none;
    text-align: center;
    margin: 0 auto;
    color: #000000;
    background-color: #000000;
}

i, em {
    font-family: Geoergia, "Times New Roman", serif;
    font-style: italic;
}

a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #ff0000;
    text-decoration: underline;
}

.tlinks {
    font-size: 84%;
    padding: 10pt 10pt 10pt 0pt;
}

.tlink {
    margin-top: 10px;
}

.tlink a {
    font-weight: bold;
}

.tlink_description {
    font-size: 84%;
}

.hero_image {
    width: 67%;
    border: none;
}

.body_text {
    margin-top: 10px;
}
