body {
   xfont-family: sans-serif, Arial;
   font-family: Verdana, sans-serif;
   background: lightgrey;
}

A {
  color: #0000FF;
  text-decoration: none;
}

A.slides {
  color: #0000FF;
  text-decoration: none;
  font-weight: bold;
}


A.reading {
  color: green;
  text-decoration: none;
}


A.homework {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

A.reading:hover, A.homework:hover, A.slides:hover, a:hover {
        text-decoration: underline;
}

A.code {
  font-family: Monospace;
  font-weight: bold;
  color: darkgreen;
  text-decoration: none;
}

P {
  font-size: small;
}

table {
  background: white;
  border: 1pt solid black;
  width: 90%;
}

tr.header, td.projectheader, thead {
  border: 0pt solid black;
  border-bottom: 1pt solid black;
  padding-left: 10pt;
  padding-right: 10pt;
  color: white;
  font-weight: bolder;
  background-color: black;
}


TD {
  border: 0pt solid black;
  border-bottom: 1pt solid black;
  padding-left: 10pt;
  padding-right: 10pt;
}

TD.pagemenu {
  font-size: medium;
  color: blue;
  align-text: right;
}

TD.pagemenu-current {
  font-size: medium;
  font-weight: bold;
  color: blue;
  background: white;
}

