h3 {
  text-decoration: underline
}
.term {
  color: blue;
  font-style: italic
}
.date {
  font-weight: bold
}
.quiz {
  font-weight: bold
}
.schedule  {
  background-color: #C090E8;
  text-align: center
}
.assign {
  color: red
}
A:link    {
  color: blue;   
  text-decoration: none
}
A:visited {
  color: #9900FF;   
  text-decoration: none
}
A:active  {
  color: red;    
  text-decoration: underline
}
A:hover {
  color: red;
  text-decoration: underline
}
