.content-border-top {
    background-color:#FAE101;
}

.content-border-bottom {
    background-color:#FAE101;
}

.content-border-bar-bottom {
    background-color:#FAE101;
}

.inside-content {
    border-left:solid 7px #FAE101;
    border-right:solid 7px #FAE101;
}

#headline-position {
    position:relative;
    top:0px;
    left:10px;
    width:280px;
    z-index:3;
}

#headline-format {
    padding:10px 12px 10px 12px;
    background-color:#FAE101;
    z-index:3;
}

#headline-style {
    color:#000000;
    font-size:20px;
    font-weight:bold;
    font-style:italic;
}

#body-position {
    position:relative;
    top:-20px;
    left:0px;
}

#body-format {
    position:relative:
    margin:50px;
}

#body-style {
    width:600px;
    font-size:13px;
    color:#000000;
}

.thin-bar-left {
    position:absolute;
    color:#FAE101;
    background-color:#FAE101;
    height:3px;
    width:30px;
    left:219px;
    top:170px;
    z-index:5;
}

.thin-bar-right {
    position:absolute;
    color:#FAE101;
    background-color:#FAE101;
    height:3px;
    width:350px;
    left:525px;
    top:170px;
    z-index:5;
}

#continued {
    font-size:17px;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

#ugly-border {
    border:solid 2px #60739D;
    background-color:#EBEBEB;
}

.centered {
    text-align:center;
}

.lefted {
    text-align:left;
}

.yellow {
    background-color:#FFFF00;
    color:#000000;
    font-weight:bold;
    text-align:center;
}

.red-text {
    color:#BC0A00;
    font-weight:bold;
}

.black-border {
    padding:5px;
    border:solid 1px #000000;
    background-color:#FFFF00;
}

.blue-text {
    color:#4059DA;
    font-weight:bold;
    text-decoration:underline;
}

ol {
    margin-top:1px;
    margin-bottom:1px;
    list-style-type:upper-alpha;
}

.center-black {
    font-size:20px;
    font-weight:bold;
    color:#000000;
}

#test-answer {
    font-style:italic;
    font-size:9px;
}


