

body {
  background-color: #FCF;
  color: #F6C;
  font-family: Arial, Helvetica, sans-serif;
}


h1 {
  font-style: italic;
  color: #F6C;
  text-align: center;
}


a {
  color: #3FF;
}

a:hover {
 color: #39F;
}

a:visited {
  color: #96F
}

a:active {
  color: #6F6  
}