body {
    background-color: #888888;
    font-family: Georgia, Verdana, Arial;
    color: white;
    vertical-align: middle;
    margin: 0px;
}

h1, h3, div, table {
    text-align: center;
    line-height: 120%;
}

hr {
    color: white;
    height: 1px;
    border: white 1px solid;
    margin-left: 150px;
    margin-right: 150px;
}

div {
    font-weight: bold;
}

a {
    color: #fdd8a8;
    text-decoration: none;
}

a:hover {
    color: #fbb078;
}

th {
    height: 100px;
}

tr {
    height: 80px;
}

ul {
    margin-bottom: 10px;
    font-size: 0.9em;
}

ul li ul li ul {
    margin-bottom: 0px;
    list-style-type: circle;
}

.highlinespacing {
    line-height: 140%;
}

.topframe {
    border: black 1px solid;
    border-bottom: 0px;
    text-align: center;
}

.downloadlink {
    text-align: right;
    font-size: 0.7em;
    line-height: 60%;
    color: #FF9999;
}
