body {
    background: #ffffff;
    color: #000000;
    font-family: "Arial Black", Arial, Verdana, Helvetica, sans-serif;
    font-size: 12pt;
}

.middlecenter {
    position: absolute;
    height: 200px;
    width: 400px;
    margin: -100px 0px 0px -200px;
    top: 40%;
    left: 50%;
    text-align: center;
}

.big {
    font-size: 60pt;
}

.middlehead {
    font-size: 14pt;
}

.middlecaption {
    margin-top: -25px;
    word-spacing: 5pt;
    letter-spacing: 2pt;
}

.topleft {
    position: absolute;
    float: left;
    top: 20px;
    left: 20px;
}

.redbox {
    border-color: #ff0000;
    border-width: 2px;
    border-style: solid;
    width: 200px;
    height: 75px;
}

.line {
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
}

.bottomcenter {
    position: absolute;
    bottom: 50px;
    width: 99%;
    text-align: center;
}

.bottomright {
    position: absolute;
    float: right;
    bottom: 20px;
    right: 20px;
}


