<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This style sheet contains local modifications for the generic Course-Schedule.css	 */
Schedule {display: table}
 Entry {display: table-row} 
 Entry *{display:table-cell; padding:5px;}
  Week {font-weight: bold }
  Date {font-style: oblique }
  Topic {display: block; font-weight: bold; font-style: italic}
  Keywords {display: none; font-size: small; color: purple}
  Readings {font-size: small; }
  Speaker {display: none; font-style: normal; font-size: small; color: purple;  }
  SpeakerAffiliation {display: none; font-style: normal }
  SpeakerBackup {display: none; font-style: normal }
  Lab {display: none; font-size: small; color: green; font-style: normal }
  Assignment {font-size: small; color: teal}
  Project {font-size: small; font-style: normal; color: purple }
  StudentPresentation {display: none; font-style: normal; font-size: small; color: teal; }
  StudentCommentator {display: none; font-style: normal; color: purple; }
  Notes {display: none}</pre></body></html>