﻿body {
    background-image: url("images/spider-back.jpg");
}

div.issuehead {
    height: 250px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Verdana";
    padding: 5px;
    text-align: center;
}

div.dcm {
    background-color: #000000;
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 40px 10px 0px 10px;
    padding: 2px;
}

div.title {
    margin-top: 10px;
    text-align: center;
}

div.corner {
    height: 200px;
    width: 120px;
    float: right;
    margin-top: 65px;
}

div.recap {
    font-family: "Verdana";
    font-style: italic;
}

img.recap {
    float: right;
}