body {
  background: #f0e0b0;
  color: black;
}

a {
  text-decoration: none;
  color: #804000;
}

span.mainmenuitem {
  font-weight: bold;
  color: #804000;
}

a:hover {
  text-decoration: underline;
}

a.mainmenuitem {
  display: block;
  color: black;
}

a.mainmenuitem:hover, tr.mainmenuitem:hover {
  text-decoration: none;
  background-color: #fffccc;
}

p.title {
  color: #806000;
  font-family: Arial, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  vertical-align: center;
}

td.title {
  background: #c0a080;
  padding-bottom: 10px;
}

p, h1, h2, th, td, li, a { font-family: Arial, Helvetica, sans-serif }

td.navibar, tr.navibar {
  background: #302000;
}

a.navibar {
  color: white;
}

a.navibar:hover {
  color: yellow;
  text-decoration: none;
}

td.navibar {
  padding-left: 10px;
}

td.navibar#active {
  font-weight: bold;
}

th.videos {
  background: #503000;
  color: white;
}

td.videos {
  background: #e0c080;
}

th.articles {
  background: #402000;
  color: white;
}

td.articles {
  background: #f0d890;
}

