body {
  background-color: lightgreen;
  color: black;
  font-family: Trebuchet MS, Arial, Helvetica;
}
em {
  font-style: italic;
  color: red;
}
a:visited, a:link {
  color: blue;
}