body, td {
  font-family: arial, helvetica;
  color: white;
  font-size: 12px;
  background-repeat: repeat-y;
}
a:link {
  text-decoration: none;
  color: #5577ff;
}
a:visited {
  text-decoration: none;
  color: #CCCCCC;
}
a:hover {
  text-decoration: underline;
}
a.menuitem {
  color: #DDDDDD;
  font-size: 20px;
}
a.menuitem2 {
  color: #CCCCCC;
  font-size: 16px;
}
img {
  border: 0px;
}
input {
  font-size: 11px;
  color: #BFBFBF;
  text-align: center;
  border-right: 1px solid #606060;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  background-color: #404040;
}
select {
  font-size: 11px;
  color: #2183EF;
  border-right: 1px solid #606060;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  background-color: #404040;
}
textarea {
  color: #BFBFBF;
  border-right: 1px solid #606060;
  border-bottom: 1px solid #606060;
  border-top: 1px solid #202020;
  border-left: 1px solid #202020;
  background-color: #404040;
  font-size: 11px;
}
.guestbook {
  text-align: center;
  border-top: 3px solid #606060;
  border-left: 3px solid #606060;
  border-bottom: 3px solid #202020;
  border-right: 3px solid #202020;
  background-color: #404040;
}
.guestbookcomment {
  text-align: center;
  border-top: 1px solid #606060;
  border-left: 1px solid #606060;
  border-bottom: 1px solid #202020;
  border-right: 1px solid #202020;
  background-color: #404040;
}
.guestbookth {
  border-bottom: 1px solid #202020;
}
a {
  color: #BFBFBF;
  text-decoration: none;
}
a:hover {
  color: #2183EF;
}