a:link {
    color: WHITE;
    text-decoration: underline;
}

a:visited {
    color: TAN;
    text-decoration: underline;
}

a:active {
    color: cccccc;
    text-decoration: underline;
}

BODY {
    background: 0066ff;
}

H1 {
    color: WHITE;
    font-size: 30;
    font-family: Comic Sans MS;
    font-style: bold;
    text-align: center;
}

H2 {
    color: WHITE;
    font-size: 20;
    font-family: Comic Sans MS;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
H3 {
    color: WHITE;
    font-size: 15;
    font-family: Comic Sans MS;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
H4 {
    color: WHITE;
    font-size: 15;
    font-family: Comic Sans MS;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}
H5 {
    color: WHITE;
    font-size: 10;
    font-family: Comic Sans MS;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}


TR {
    color: WHITE;
}

TD {
    color: WHITE;
}
