
body {
  font-size: 22pt;
  font-family: sans-serif;
}

#container {
  font-family: sans-serif;
  font-size: 12px;
}

A:link { color: blue; }
A:visited { color: purple; }
A:hover { color: magenta; }
A:active:focus { color: green; }

#sidebar {
  font-family: sans-serif;
  font-size: 14px;
}
#sidebar A { color: white; }
#sidebar A:link { color: white; }
#sidebar A:visited { color: red; }
#sidebar A:hover { color: yellow; }
#sidebar A:active:focus { color: green; }

TABLE.packed {
  font-family: sans-serif;
  font-size: 10px;
}

#semchart {
  font-family: sans-serif;
  font-size: 10px;
}

#prereg {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TBODY.completed { text-decoration: line-through; }

tr.date { background-color: lightblue; }

td.lev4 {
  font-weight: bold;
}

.icon {
  border: 0;
  width: 30;
  padding: 3px;
}
