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

div.issuehead {
    height: 450px;
    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 {
    background-color: #191970;
    color: #ffffff;
    float: left;
    font-weight: bold;
    margin: 140px 10px 0px 10px;
    padding: 2px;
}

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

div.corner {
    float: right;
    margin-top: 150px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-weight: bold;
}

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

img.recap {
    float: right;
}