/* this is the CSS file for the main teaching web page */

.coursesTABLE {
  text-align:       left ;
  margin-left:      left ;
  margin-right:     auto ;
  font-size:        small ;
  }


.coursesTable TD {
  text-align:        left;
}

.coursesTable TH {
  text-align:        left;
}

