body {
    font-family: helvetica, arial, sans-serif;
    margin: 2em;

 
    background-color: rgb(179, 227, 205) ;
  }


#lnk {
    font-family:'Comic Sans MS', cursive;
  }


a:link, a:hover, a:active{
  text-decoration: none;
  color:black;
}

a:visited{
  color:blueviolet;
}