A, A:active, A:visited {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: #FF0000;
  text-decoration: underline;
}
.cssShoutBox {
  background-color: #FFFFFF;
  border: 2px inset #EEEEEE;
}
.cssShoutForm {
  font-family: Arial, Helvetica;
  font-size: 11px;
  background-color: #E7E7E7;
  border: 2px inset #EEEEEE;
}
.cssShoutButton {
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.cssShoutText {
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.cssShoutTime {
  font-family: Arial, Helvetica;
  font-size: 9px;
}
.cssShoutRaised {
  background-color: #FFFFC0;
  border: 1px outset #FFFFFF;
  width: 12px;
  padding: 2px;
}
.cssShoutPressed {
  background-color: #FFFFC0;
  border: 1px inset #FFFFFF;
  width: 12px;
  padding-left: 3px;
  padding-top: 3px;
}
.cssShoutError {
  font-family: Arial, Helvetica;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  color: #D00000;
  background-color: #FFF0E0;
  border: 1px solid #C0B0A0;
}
.cssCode {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
  color: #00A000;
  background-color: #E0FFE0;
  border: 1px solid #C0E0C0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
.cssQuote {
  color: #808080;
  background-color: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
