
style{
  font-family : times;
}


a:link {
  color : green;
  text-decoration : none;
  
}



a:visited {
  color : blue;
  text-decoration : none;
}

a:hover {
  color : blue;
}
  
    
