.typography * {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.typography blockquote {
    margin-left: 20px
}

.typography hr {
    padding: 5px
}

.typography p, .typography ul li, .typography ol li, .typography a {
    color: #565454;
    line-height: 22px;
    font-size: 16px;
    font-family: 'Conv_BebasNeue', Sans-Serif
}

.typography p {
    margin-bottom: 20px;
    color: #565454
}

.typography ul, .typography ol {
    margin-left: 10px;
    margin-bottom: 20px
}

.typography ul li, .typography ol li {
    margin: 4px 10px;
    line-height: 1.4em
}

.typography ul li {
    list-style-type: disc
}

.typography ol li {
    list-style-type: decimal
}

.typography h1, .typography h2, .typography h3, .typography h4 {
    font-family: 'Conv_BebasNeue', Sans-Serif;
    color: #dd7507;
    font-weight: normal
}

.typography h2, .typography h3 {
    font-family: 'Conv_BebasNeue', Sans-Serif;
    font-weight: normal;
    font-weight: normal
}

.typography h1 {
    font-size: 34px
}

.typography h2 {
    font-size: 26px
}

.typography h3 {
    font-size: 24px
}

.typography h4 {
    font-family: 'Conv_BebasNeue', Sans-Serif;
    font-size: 18px;
    color: #717273;
    font-weight: normal
}

.typography a {
    color: #dd7507;
    font-size: 1em;
    text-decoration: none
}

.typography a:hover {
    text-decoration: none
}

.typography table {
    font-size: 1.1em
}

.typography table tr td {
    padding: 3px 5px
}

.typography .left {
    text-align: left
}

.typography .center {
    text-align: center
}

.typography .right {
    text-align: right
}

.typography img.right {
    float: right
}

.typography img.left {
    float: left
}

.typography p.MsoNormal, .typography p.MsoBodyText {
    margin: 0
}

.bad {
    background: #fdeef0;
    color: #c00;
    padding: 5px 10px;
    font-size: 15px !important;
}
