body {
     background-color: #FFFFFF;
     background-image: none;
     color: #000000;
     font-family: sans-serif
}

h1 {
     text-align: center;
}


table td.date, table td.time {
     white-space: nowrap;
     text-align: right;
}

table td.day {
     text-align: left;
}

table CAPTION {
     text-align: center;
     font-weight: bold;
     white-space: nowrap
}


table.example {
     background-color: #EFEFDF;
     border: medium solid #423585;
     margin-bottom: 1em;
     align: center
}


table.aside {
     background-color: #BFBFAF;
     border: medium solid #423585;
     margin-bottom: 1em;
     align: center
}


table.header {
     border-bottom: solid black;
     background-color: #423585;
     color: #FFFFFF;
     vertical-align: middle
}



table.rules {
     background-color: aliceblue;
     align: center;
     border: 1
}

table.generic {
     background-color: #EFEFDF;
     align: center;
     border: none;
     padding: 0;
     margin-top: 1em;
     margin-bottom: 1em
}
table.generic tr.primary, table.generic th.primary {
     background-color: #009F9F
}
table.generic tr.secondary, table.generic th.secondary {
     background-color: #9FBFBF
}
table.generic td.hole {
     background-color: #BFBFBF
}
table.generic td.due {
     background-color: #EF9F9F
}
table.generic tr th, table.generic tr td {
     left-padding: 10ex;
     right-padding: 10ex;
     top-padding: 0
}
table.generic tr th.highlight, table.generic td.highlight {
     background-color: #EFDF3F
}

table.generic td.date, table.generic td.day, table.generic td.time {
     background-color:#CFCFBF
}

table.generic td.assigned, table.generic td.due {
     text-align: center;
}



hr {
     background-color: #423585;
}

div.center {
     text-align: center;
}

DT {
     line-height: 200%;
}
