a:link {
  font-weight: Bold;
  font-family: Arial;
  font-size: 11px;
  color: Blue;
  text-decoration: none;
  }

a:visited {
 
  font-family: Arial;
  font-size: 11px;
  color: brown;
  text-decoration: none;
  font-weight: Bold;
  }

a:hover {
  font-style: I;
  color: brown;
  text-decoration: none;
  font-style:italic;
  }

a:active {
  
  color: blue;
  text-decoration: none;
  }