/*  TEXT STYLES -> TEMPLATE */

#container .text-style h1 {
    font: normal 20px Verdana, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    background: transparent;
    color: #c00;
    margin: 0 0 20px 0
}

#container .text-style h2 {
    font: normal 18px Verdana, sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    background: transparent;
    color: #222;
    margin: 0 0 20px 0
}

#container .text-style h3 {
    font: normal 16px Verdana, sans-serif;
    letter-spacing: 0px;
    background: transparent;
    color: #c00;
    margin: 0 0 15px 0
}

#container .text-style h4 {
    font: normal 14px Verdana, sans-serif;
    letter-spacing: 0px;
    background: transparent;
    color: #222;
    margin: 0 0 15px 0
}

#container .text-style h5 {
    font: bold 12px Verdana, sans-serif;
    letter-spacing: 0px;
    background: transparent;
    color: #222;
    margin: 0 0 15px 0
}

#container .text-style h6 {
    font: normal 12px Verdana, sans-serif;
    letter-spacing: 0px;
    background: transparent;
    color: #aaa;
    margin: 0 0 15px 0
}

#container .text-style p {
    margin: 0 0 15px 0
}

#container .text-style hr {
    height: 2px;
    margin: 0 0 15px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#container .text-style a {
    text-decoration: none;
    background: transparent;
    color: #69f;
}

#container .text-style a:hover {
    text-decoration: underline;
    background: transparent;
    color: #c00
}

#container .text-style ul {
    margin: 0 0 15px 15px
}

#container .text-style ul li {
    list-style: disc;
    line-height: 22px
}

#container .text-style ul li ul li {
    list-style: square;
    line-height: 22px;
    margin: 0 0 0 5px
}

#container .text-style td {
    padding: 5px;
}

#container .text-style th {
    background-color: #313c53;
    color: #fff;
    padding: 5px;
}