body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
  background-color: #DDD99F;
  text-align: center;
}

a, a:visited {
  font-family: Arial, Arial, Verdana, Helvetica;
  color: #0000FF;
  text-decoration: none;
  }
a:hover, a:active {
  font-family: Arial, Verdana, Helvetica;
  color: #FF0000;
  text-decoration: none;
  border-bottom: 1px dashed #FF0000;
  }

a.img, a.img:visited, a.img:hover, a.img:active {
  text-decoration: none;
  border-bottom: none;
  }

.header {
  background: #000000;
  color: #FFFFFF;
  text-algin: left;
  font-weight: bold;
}

.entry {
  background: #C0C0C0;
  color: #000000;
  font-weight: normal;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #606060;
  border-right: 1px solid #606060;
}

.entry-nw {
  background: #C0C0C0;
  color: #000000;
  font-weight: normal;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #606060;
  border-right: 1px solid #606060;
  white-space: nowrap
}

.error {
  color: #E50000;
}

input[type="text"], textarea {
  background-color: #E5E5E5;
  color: #000000;
  padding: 2px;
  border: 1px dotted #808080;
}

input[type="button"], input[type="submit"] {
  background-color: #E5E5E5;
  color: #000000;
  padding: 2px;
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
