
body {
  background-color: #444488;
  color: #ffffff;
}

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

a:hover {
  font-weight: bold;
  color: #004400;
  background-color: #ccff99;
}

.topictitle {
  color: #ffffff;
  background-color: #4444ff;
  font-weight: bold;
  font-size: 20pt;
}
