BODY {
    color: rgb(0, 0, 139);
    background-color: rgb(255, 235, 205);
    font-family: Times New Roman, serif;
    margin-left: 3%;
    margin-right: 3%;
}

BODY.who {
    text-align: center;
}

H1 {
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-top: 3%;
    margin-bottom: 5%;
    padding: 1%;
    text-align: center;
}

H2.who {
    font-variant: small-caps;
    margin-top:3%;
    margin-bottom: 3%;
}

P.bottom {
    clear: both;
    border-top-style: solid;
    border-top-width: thin;
    text-align: left;
    padding: 1%;
}

EM.title {
    color: rgb(0, 70, 0);
    background-color: transparent;
}

A {
    color: rgb(220, 20, 60);
    background-color: transparent;
    text-decoration: none;
}

A:visited {
    color: rgb(148, 0, 211);
    background-color: transparent;
}

A.who {
    font-weight: bold;
}

IMG.cover {
    float: right;
    margin: 2%;
}

