#board {
  margin: 0 auto 0 auto;
  width: 30%;
  background-color: #554455;
  color: DeepSkyBlue;
  padding: 10px;
  border-style: dotted;
}
#board h3 {
  padding: 0px;
  margin: 0 0 24px 0;
}
#board #newmsg #writemsg {
  font-family: Georgia;
  font-weight: bold;
  font-size: 1.8em;
  color: Cyan;
}
#board #newmsg form {
  font-family: Verdana;
  font-size: 1.2em;
  font-weight: bold;
}
#board #newmsg input,
#board #newmsg textarea {
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: normal;
}
#board #newmsg textarea {
  width: 95%;
}
#board #newmsg input,
#board #newmsg textarea  {
  background-color: #554455;
  color: DeepSkyBlue;
  border-style: solid;
  border-width: 1px;
  border-color: Black;
  padding: 5px;
}
#board .msg {
  text-align: left;
  font-family: Verdana;
  font-size: 0.7em;
}
#board .nick {
  float: left;
  font-family: Georgia;
  font-size: 1.3em;
  font-weight: bold;
}
#board .time {
  float: right;
  font-family: Courier new;
  font-size: 0.9em;
  font-weight: bold;
}
#board .commands {
  float: right;
}
#board .commands a {
  text-decoration: none;
  color: Aquamarine;
}
#board #morelink a {
  float: right;
  text-decoration: none;
  color: Aquamarine;
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: bold;
}
