body {
    background-color: #d8d2ca;
    color: #000;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   
  }
  
/* Unvisited link */    
a:link {
    color: darkslateblue; 
    text-decoration: none;
  }
  
  /* Visited link */
  a:visited {
    color: #a900a9; 
    text-decoration: none;

  }
  
  /* Mouse over link */
  a:hover {
    color:cornflowerblue;
    text-decoration: underline;
  }
  
  /* Selected link */
  a:active {
    color:deeppink; 
    
  }
  