body {
    background-color: silver;
}

#container {
    background-color: gray;
    border-color: #999;
}

#header {
    background-color: gray;
}

#header a {
    color: white;
}

#nav a {
    color: white;
    background-color: gray;
    border-color: gray;
}

#nav a.active {
    background-color: white ! important; 
    color: gray;
}

#nav a:hover {
    background-color: silver;
}

#content {
    border-color: gray;
    background-color: #eee;
}

#footer{
    background-color: gray;
}

#support {
    background-color: white;
    border-color: gray;
}

.captionlink {
    color: silver;
}

tr.day {
    background-color: silver;
}

tr.break {
    background-color: white;
}

td.time {
    color: gray;
}

tr.alt {
    background-color: #dadada;
}

#content a {
    color: #444;
    text-decoration: none;
    border-bottom: dotted 1px #777;
}

#content a:hover {
    border-color: black;
    color: #777;
}

.participant {
    border-color: gray;
}

.participant .name {
    background-color: white;
}

.participant .headshot {
    border-color: white;
}

.references {
    color: #222;
}
