/************************
 @import url(COMMON.CSS);
 importing works with IE, fails with Netscape. Use multiple LINKs in HTML instead */

.overSection {
  color: black;
  background: #66ffff;
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
 }

.weekGoal {
  color: black;
  background: #ccffff;
  font-weight: bold;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  }

.highTopic {
  color: black;
  /* font-weight: bold;*/
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  }

.TOC_link {
  background: #ffffff;
  font-family: geneva, verdana, arial, helvetica, sans-serif;
  font-size: 100%;
  /* margin-left: 50%;*/
  /* list-style: url(RED_DOT.GIF); works in IE if the element is LI, not SPAN. Netscape acts weird */
  /* text-align: right; works in Netscape, IE ignores it */
  }
