body {
  background-color: white;
  color: black;
  font-family: 'Trebuchet MS', Verdana, Tahoma, Helvetica, Geneva, sans-serif;
}
a {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: red;
}
.nav {
  color: #cccccc;
  background-color: #333333;
  font-size: 0.7em;
}
a.nav:hover {
  color: white;
}
.bodypart {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 0px;
}
#navbar {
  width: 100%;
  background-color: #333333;
  padding: 8px;
  font-weight: bold;
}
#navheadlist {
  display: inline;
  list-style: none;
  margin-left: 0px;
  margin-right: 0px;
}
#navheadlist li {
  display: inline;
  list-style: none;
  margin-left: 12px;
  margin-right: 3px;
  color: #eeeeee;
  font-size: 1.1em;
}
#navheadlist li ul li {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 0.9em;
}
.navlinks {
  display: inline;
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
}
.navlinks a {
  color: #cccccc;
}
.navlinks a:hover {
  color: white;
}
#navheadlist li ul:before {
  content: "\007B\0020";
}
#navheadlist li ul:after {
  content: "\0020\007D";
}
.navlinks li:before {
  content: "\007C\0020";
}
.navlinks li.first:before {
  content: "";
}
.topparafirst {
  width: 30%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 0.8em;
  margin-top: 0px;
}
.toppara {
  width: 31%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  font-size: 0.8em;
  border-left: 1px solid black;
  margin-top: 0px;
}
.headerrow {
  font-size: 0.9em;
  font-weight: bold;
  background: #333333;
  color: #cccccc;
}
.filerow {
  color: #333;
  font-size: 0.9em;
}
.newfilerow {
  color: #933;
  font-size: 0.9em;
}
.titlerow {
  font-weight: bold;
  color: black;
}
.newtitlerow {
  font-weight: bold;
  color: maroon;
}
.ipserver {
  color: teal;
  font-weight: bold;
}
.you {
  color: orange;
  font-weight: bold;
}
.me {
  color: navy;
  font-weight: bold;
}
.notshown {
  color: maroon;
}
.evenrow {
  background-color: #e0e0e0;
}
.oddrow {
}
