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

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

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

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

div.corner {
    float: right;
    margin-top: 25px;
}

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

img.recap {
    float: right;
}