a
{   font-family: Verdana;
    font-size: 9px;
    text-decoration: underline;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 10px;
    letter-spacing: 1px;
    color: #FFFFFF
}

.bOver {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-decoration: underline;

  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;

  background-color: #B000C0;

  cursor: hand;
}

.bOut {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: white;
  text-decoration: underline;
  
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  
  background-color:  #0C0F80;
  
  cursor: hand;
}

.bOutC {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: red;
  text-decoration: underline;
  
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-right: 5px;
  
  background-color:  #aaaaaa;
  
  cursor: hand;
}
