/* John's simplicity style */

@import "../jcgs.css";

BODY {
  color: maroon;
  background: #f0e0b0; /* vellum */
  background-color: #f0e0b0; /* vellum */
}

A:link { color: navy; text-decoration: none }
A:active { color: green; text-decoration: none }
A:visited { color: purple; text-decoration: none }
