/* format1.css: white background, #000099 text */
body {
  background-color: white;
  color: #000099;
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
