#pageContent h3 {
background-color:#f2f5ac;
border-top:2px solid #dfe473;
padding:0.25em;
margin-bottom:0.5em;
}
#pageContent h4 {
background-color:#acdaf5;
border-top:2px solid #5a9dc4;
padding:0.25em;
margin-bottom:0.5em;
}

table.fallCourses {
background-color:#f7f1bf;
font-size:0.9em;
}
table.fallCourses th {
color:#706b3f;
background-color:#f6eb92;
font-weight:normal;
padding:4px;
text-align:left;
font-size:0.9em;
}
table.fallCourses td {
border-top:1px solid #e6db81;
padding:4px;
}

table.winterCourses {
background-color:#d5ecfb;
font-size:0.9em;
}
table.winterCourses th {
color:#5e7686;
background-color:#aad7f3;
font-weight:normal;
padding:4px;
text-align:left;
font-size:0.9em;
}
table.winterCourses td {
border-top:1px solid #9bc3dd;
padding:4px;
}

table.springCourses {
background-color:#e2f3d3;
font-size:0.9em;
}
table.springCourses th {
color:#5b6552;
background-color:#c0dfa4;
font-weight:normal;
padding:4px;
text-align:left;
font-size:0.9em;
}
table.springCourses td {
border-top:1px solid #aecd92;
padding:4px;
}
ul.shortStoryAuthors { margin:1em 0; padding:0; list-style:none; display:inline-block; }
ul.shortStoryAuthors { display:block; }
ul.shortStoryAuthors:after {
    content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
}
ul.shortStoryAuthors li {
height:2em;
width:20%;
float:left;
padding:0.5em 1.9%;
margin-right:0.9%;
background-color:#eee;
}
