/* Last modified July 19, 1998 */

BODY {
  background: white;
  color: black;
  font-family: Georgia, Times New Roman, Times, serif;
}

H1, H2, H3, H4 {
  color: black;
}

a:hover {
  /*color: #ff0000;*/
  text-decoration: underline;
}
.category {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /*background: #ccccff;*/
}

.maincategory {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #99cc99;
}

.lastmodified {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.navbar {
  background: #000099;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.navbarsep {
  color: #999999;
}

a.navbarlink {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover.navbarlink {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.menu {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: smaller;
  text-decoration: none;
}

a.hoverlink {
  text-decoration: none;
}

a:hover.hoverlink {
  text-decoration: underline;
}

.footer {
  background: #000099;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

a.footerlink {
  background: #000099;
  color: #ffffff;
  text-decoration: none;
}

a:hover.footerlink {
  background: #000099;
  color: #ccccff;
  text-decoration: underline;
}

.sidebar {
   background: #ccddff;
}

