body 


{
  font-family: georgia,"timed new roman",times,serif;
}
a:link {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}
a:active {
  color: yellow;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #960096;
}
h1 {
  font-family: Georgia,"Times New Roman";
  font-size: 3em;
}
h2 {
  font-family: georgia,"timed new roman",times,serif;
  font-size: x-large;
}

