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

div.issuehead {
    height: 240px;
    background-color: #191970;
    color: #ffffff;
    font-family: "Verdana";
    padding: 5px;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 15px;
    border-color: black;
}

div.dcm {
    float: left;
    font-weight: bold;
    margin: 25px 10px 0px 10px;
    padding: 2px;
}

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

div.corner {
    height: 200px;
    width: 200px;
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

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

img.recap {
    float: right;
}