hr {
  color: black;
  height: 1px;
  background-color: black;
  position: relative;
  top: -1ex
}
h2 {
  text-align: center
}
h3 {
  text-align: left
}
h4 {
  text-decoration: underline;
  text-align: left
}
body {
  padding: 3px
}
hr.raise {
  position: relative;
  top: -1ex  
}
.large {
  font-size: larger
}
.small {
  font-size: smaller
}
table.reading {
  position: relative;
  top: -0.5ex  
}
.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
}
.red {
  color: red
}
