
body {
    background-color: #9CC;
    margin: 0;
}

.theme-match {
    background-color: #9CC; /* This directive MUST be the first in the theme-match rule to be found by the web site code */
}

a, .rc-title a {
    color: #9CC;
}
 
.rc-title a:visited {
    color: #bed9d9;
}

.dept-widget-title, h1.dept-widget-title {
    background-color: #F90;
}
