a {
      color: white;
      font-style:normal;
      font-family: verdana;
      font-size: small;
      font-weight: bold;
      text-decoration: none;
      }

a:hover {
      color: silver;
      font-family: verdana;
      font-weight: bold;
      text-decoration: none;
      background: #017faf;
      }

