.brodtext {
  color:#666666;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
}
.redbrodtext {
  color:#FF6666;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
}
.redboldbrodtext {
  color:#FF6666;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
  font-style: bold;
}
.boldtext {
  color:#666666;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
  font-weight: bold;
}

.rubtext {
  color:#666666;
  font-family:Monospace, New Courier, Courier;
  font-size:16px;
  font-weight: bold;
}

A {
color: #666666;
  text-decoration:underline;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
}

A:visited {
color: #666666;
  text-decoration:underline;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
} 

A:active {
  color:#666666;
  text-decoration:underline;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
}
 
A:hover {
  color:#666666;
  text-decoration:underline;
  font-family:Monospace, New Courier, Courier;
  font-size:11px;
} 