body {
    background-color: #F0FFFF;
    font-family: sans-serif;
}

a:link {
    color: #FF9933;
    text-decoration: none;
}
a:visited {
    color: #FF9900;
    text-decoration: none;
}
a:hover {
    color: #FF6633;
    text-decoration: underline;
}
a:active {
    color: #FF6633;
    text-decoration: underline;
}

#menu {
    background: #E0F8FF;
    color: #FF9900;
    font-weight: bold;
}

#content {
    background-color: #E0F8FF;
    color: #000000;
    font-weight: normal;
}

#content .schedule {
    background-color: #F0FFFF;
}

#content .schedule td {
    background-color: #E0F8FF;
}

.title {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #F0FFFF;
}

.title h1 {
    color: #000000;
    font-weight: normal;
    font-size: x-large;
}

.title h2 {
    color: #000000;
    font-weight: normal;
    font-size: large;
}

.node h1 {
    color: #000000;
    font-size: large;
}

.node h2 {
    color: #666666;
    font-size: small;
}

.node p {
    color: #000000;
    font-size: medium;
}

.node td {
    text-align: center;
}

