body {
    background: rgb(222, 231, 226);
    color: #000000;
    font-family: Verdana;
}

.layout {
    border-color: rgb(0, 86, 62);
    border-width: 2px;
}

.header {
    background: rgb(212, 221, 216);
    border-color: rgb(0, 86, 62);
}
.body {
    background: #FFFFFF;
    padding: 15px;
}

.mitem a {
    font-size: 26px;
    color: #000000;
    text-decoration: none;
    font-variant: small-caps;
}

.mitem a:hover {
    font-size: 26px;
    color: rgb(202, 211, 206);
    background: rgb(0, 86, 62);
    text-decoration: none;
    font-variant: small-caps;
}

.atitle {
    left-padding: 10px;       
    font-weight: bold;
}

.atitle a {
    color: #000000;
}

.atitle a:hover {
    color: rgb(0, 86, 62);
}

.stitle {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.stitle:hover {
    color: rgb(0, 86, 62);
    text-decoration: none;
}

.acite {
    left-padding: 10px;       
    font-style: italic;
    font-size: 12px;
}

.synopsis {
    font-size: smaller;
}

.aindent {
    text-indent: 20px;
}
.asection {
    font-size: larger;
    font-weight: bold;
}
.fn {
    font-size: 12px;
    font-family: courier;
}

