
body
{
  font-size: 11pt;
  font-family: Arial, Helvetica, sans-serif;
}

body a
{
  color: #c03030;
}

.syllabus
{
   font-size: 11pt;
}

.syllabus td
{
   vertical-align: top;
   padding: 8px 0px 4px 0px;
   margin: 0px;
}

.spacerRow
{
   border-bottom: 4px solid #b8b8b8;   
}

.title
{
  color: #000000; 
  font-size: 24pt;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.smallTitle
{
  font-size: 14pt;
}

.constrainedWidth
{
   width: 900px;
}

.section
{
    font-size: 18pt;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    padding-top: .5em;
    padding-bottom: .5em;
}

.lecture
{

}

.lectureTitle
{
   font-size: 14pt;
   font-weight: bold;
   padding-bottom: .25em;
}

.readings
{
   padding-top: 1em;
}

.deadline
{
   font-weight: bold;
   font-size: 13pt;
}

.deadlineList
{
   list-style-type: square;
}

.deadlineList li
{
   padding-bottom: 1.5em;
}