  .linkDecorationStyle2 {
    color: black;
    font-size: 20;
    background: white;
    text-decoration: none;
    border: outset;
    border-width: 2;
    width: 100%;
    height: 24pt;
  }

  .linkDecorationStyle {
    color: black;
    font-size: 11;
    background: cccccc;
    text-decoration: none;
    border: outset;
    border-width: 2;
    width: 100%;
    height: 16pt;
  }

  .navbarWhite a:hover {
    color: black;
    font-size: 11;
    background: white;
    text-decoration: none;
    border: inset;
    border-width: 1;
    width: 100%;
    height: 16pt;
  }