body {
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link, a:visited {
  color: blue;
}
a:active, a:hover {
  color: red;
  text-decoration: none;
}

.blog-header {
  background-color: #a0a0a0;
  border: 1px black solid;
}
.blog-header-new {
  background-color: yellow;
  border: 1px black solid;
}
.blog-body {
  border: black solid;
  background: #e0e0e0;
  border-width: 0px 1px 1px;
  font-size: small;
}
.blog-body-new {
  border: black solid;
  background: #e0e0e0;
  border-width: 0px 1px 1px;
  font-size: small;
}

.menu {
  font-size: xx-small;
}
.menu-header {
  background-color: #8080e0;
  border: 1px black solid;
}
.menu-body {
  border: black solid;
  background: white;
  border-width: 0px 1px 1px;
}
.menu a {
  font-weight: normal;
}

.poll {
  font-size: xx-small;
}
.poll-header {
  background: #8080e0;
  border: 1px black solid;
}
.poll-body {
  background-color: white;
  border: black solid;
  border-width: 0px 1px 1px;
}
.poll-question {
  margin: 0px;
  font-style: italic;
}
.poll-question i {
  font-style: normal;
}
.poll-question em {
  font-style: normal;
}
.poll-voted {
  font-weight: bold;
}

.chat-new {
  background: yellow;
  font-size: small;
  padding: 2px;
  border-bottom: 1px black solid;
}
.chat-viewed {
  background: #E0E0E0;
  font-size: small;
  padding: 2px;
  border-bottom: 1px black solid;
}
.chat-newthread {
  background: #FFFFFF;
  font-size: small;
  padding: 2px;
  border-bottom: 1px black solid;
}
.chat-user-new {
  color: #999999;
}
.chat-user-viewed {
  color: black;
}
.chat-window {
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-right: 1px black solid;
}
