body {
    background-image: url(bg.gif);
    background-repeat: repeat-y;
    background-position: left;
    background-attachment: fixed;
    background-color: #000026;
}

div, body, td {
    font-family: Tahoma;
    color: #ffffff;
    font-size: 12px;
}

a:link, a:visited, a:active {
    color: #be0000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.content {
    position: absolute;
    left: 25px;
    top: 375px;
    width: 750px;
}

.bottom {
    margin-top: 2em;
    position: absolute;
    left: -25px;
}

.event-date {
    font-weight: bold;
    margin-top: 1em;
    font-size: 14px;
}

.event-desc {
    margin-top: .5em;
    margin-bottom: 1em;
    margin-left: 1em;
    font-size: 14px;
}
