/* a style for the syllabus table */
/* Make strong red */
main article strong {
  color: #8B0000;
}

/* You can also target tables more specifically */
main article table strong {
  color: #c00;
}

main article table th {
  color: #008080;
  background: #ebeced;
}
