  body, a {
    font-family: Tahoma;  font-size:10pt; text-decoration: none; font-weight: bold;

  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none; font-weight: bold;
    color: white; 
  }
  
  a:hover {
    border-color: black;
    border-left-color: black; border-top-color: black;
    color: red; 
  }
