body {
  font-family: Arial,Helvetica,sans-serif;
  color: #003300;
  background-color: #ffdd77;
}
h1, h2 {
  color: #004800;
  font-family: "Comic Sans MS",Cursive;
  background-color: #ffdd77;
}
p {
  color: #006600;
  background-color: #ffdd77;
}
a:link {
  text-decoration: none;
  color: #663300;
  font-weight: bold;
}
a:visited {
  color: #336666;
  text-decoration: none;
  font-weight: bold;
}
