body {}
p  { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td    { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.table_text_format    { color: black; font-size: 16px; margin: 10px 60px }
.table_text_format2    { color: black; font-size: 16px; margin: 10px 30px }
.text_format    { color: black; font-size: 16px; margin: 10px 10px }
.table_blockquote    { color: black; font-size: 15px; margin: 0px 80px 0px 80px}
.nested_table_text_format1 { color: black; font-size: 16px; margin: 10px 0px 10px 10px }
a { color: purple; text-decoration: none }
a:link { color: purple; text-decoration: none }
a:visited { color: navy; text-decoration: underline }
a:hover { color: blue; text-decoration: underline }

/* RULES FOR LECTURE TABLE CLASSES */
.schedule {
  margin: 0;
  padding: 0;
}
.schedule p {
  margin: 0;
  padding: 0;
}
.schedule td {
  padding-left: 0;
  padding-right: 0;
}
.tableHeader {
  color: #000;
  font-weight: bold;
  font-size:16px;
  background-color: inherit;
}
.tableTime {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  background-color: inherit;
}
.tableText {
  /*color: #000;*/
  font-size: 14px;
  background-color: inherit;
}
/*.tableText a, a:link {
  text-decoration : none;
  color : #000;
  background-color: inherit;
}
.tableText a, a:hover {
  text-decoration : underline;
  color : #990000;
  background-color: inherit;
}*/