body {
    background: #fff0f5;
    margin: 2em;
}

/*
a {
    color: #8b3a3a;
}
*/

a:link {
    color: #8b3a3a;
}

a:visited {
    color: #cd5555;
}

/*
a:hover {
    color: #cd5555;
}
*/

.top {
    float: right;
}

.top img {
    border: none;
}

.title {
    text-align: center;
    color: #6e8b3d;
}

.title a {
    text-decoration: none;
    color: #6e8b3d;
}

.title2 {
    margin-bottom: 0;
    text-align: center;
    color: #6e8b3d;
}

.title2 a {
    text-decoration: none;
    color: #6e8b3d;
}

.subtitle {
    text-align: center;
    font-weight: normal;
    font-size: large;
    color: #cd950c;
}

.subtitle2 {
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: large;
    color: #cd950c;
}

.author {
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
    font-size: large;
    color: #cd950c;
}

.date {
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: large;
    color: #cd950c;
}

.menu {
    text-align: center;
    list-style-type: none;
}

pre {
    margin: 2em;
    color: #8B0000;
}

code {
    color: #8B0000;
}

pre code {
    font-weight: bold;
}

cite, blockquote {
    font-size: smaller;
    margin-right: 4em;
    margin-left: 4em;
    color: #8B0000;
}

img {
    border: none;
    vertical-align: middle;
}

.ad-h {
    width: 728px;
    height: 90px;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
}

.ad-v {
    width: 160px;
    height: 650px;
    float: right;
    margin: 30px;
}

table.grid {
    border-collapse: collapse;
}

table.grid th {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

table.grid td {
    border-width: thin;
    border-style: solid;
    padding-top: 1ex;
    padding-bottom: 1ex;
    padding-left: 1em;
    padding-right: 1em;
}

.hr-t {
    margin-top: 1em;
    border-top-style: ridge;
    border-top-width: 2px;
}

.hr-b {
    margin-bottom: 1em;
    border-bottom-style: groove;
    border-bottom-width: 2px;
}
