  .linkDecorationStyle {
    background: silver;
    text-decoration: none;
    color: black;
    border: outset;
    border-width: 1;
    width: 100%;
    text-align: center;
  }

  .tblCellStyle {
    background: silver;
    font-size: 10pt;
    font-family: verdana;
  }

  a:hover {
    color: white;
    background: black;
    text-decoration: none;
    border: inset;
    border-width: 1;
    width: 100%;
    text-align: center;
  }