#Calendar h3.LeftArrow {
        FLOAT: left;
        MARGIN: 0; PADDING: 0;
        MARGIN-LEFT: 50px;
        }

#Calendar h3.RightArrow {
        FLOAT: right;
        MARGIN: 0; PADDING: 0;
        MARGIN-RIGHT: 200px;
        }

#Calendar {
        Font-Weight: bold;
        }

#Calendar caption {
        color: red;
        font-size: 250%;
        }

#Calendar th {
        Background-Color: #c0c0c0;
        Color: black;
        font-size: x-large;
        }

.Calendar_Location {
        Background-Color: #eeeeee;
        Color: green;
        text-align: center;
        font-weight: normal;
        font-size: medium;
        }

#Calendar .DayGame {
        }

#Calendar .MornGame {
        }

#Calendar .Aftgame {
        Background-Color: #FFFFBB;
        }

#Calendar .Evegame {
        Background-Color: #DDF0FF;
        }

#Calendar td {
        font-weight: bold;
        font-size: x-large;
        text-align: right;
        vertical-align: top;
        color: black;
        }

.Calendar_Entry {
        text-align: center;
        font-weight: normal;
        font-size: large;
        color: blue;
        }

.special_game {
        font-weight: bold;
        color: red;
        }

.team_game {
    font-weight: bold;
    color: green;
    }

.no_game {
    font-weight: bold;
    color: black;
    }

.Calendar_Link {
    text-align: center;
    font-weight: normal;
    font-size: medium;
    color: green;
    }
