/* format2.css: yellow background, green text */
body {
  background-color: yellow;
  color: green;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
