html {
  background-color: #e4f1d8;
}

body {
  background: #e4f1d8;
  color: black;
  font-family: Verdana;
  font-size: 12pt;
  margin: 1em;
  padding: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 5em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

table.grid td {
  width: 119px;
  height: 60px;
  text-align: center;
  font-weight: bold;
}

h1 {
  text-align: left;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18pt;
  color: #3366cc;
}

h2 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #336699;
}

li {
  margin-top: 0.5ex;
  margin-bottom: 1ex;
}

li > strong, li > b {
  color: #003366;
}

body {
  -moz-border-radius: 3px;
}

.department {
  text-align: center;
}

/* People may want to grade their objectives.  These class rules let
   them use class=green, class=yellow, or class=red on any html
   element. */
.green {
  background-color: green;
  color: white;
}

.yellow {
  background-color: yellow;
  color: black;
}

.red {
  background-color: red;
  color: white;
}
