/*-----------*/
/* Color CSS */
/*-----------*/
/* 
 * aqua, black, blue, fuchsia,
 * gray, green, lime, maroon,
 * navy, olive, purple, red,
 * silver, teal, white, and yellow.
 */

.lgreen     { background: #C0FFC0; color: inherit; }

body        { background: #E0FFE0; color: black;   }
.rule       { background: #FFFFE0; color: inherit; }
table       { background: #E0FFFF; color: inherit; }
blockquote  { background: #E0E0E0; color: inherit; }

div.rule    { border: thin solid black; }
blockquote  { border: thin solid black; }
table.frame { border: thin solid gray; }
h1          { background: aqua; color: navy; }
dt          { background: inherit; color: green; }
caption     {                      color: navy; }
a:link      { background: inherit; color: blue; }
a:visited   { background: inherit; color: purple; }
