TABLE.highlight { background: #00e0ff }
TABLE.attention { background: #0080ff }
/* .invisible { background: none; border-style: none;  } */
.yellow { background-color: #FFFF66 ; color: #000000}
.grey  { background-color: #656565 ; color: #FFFFFF}

/*   Links  */
a:link {color: #FFFF66; text-decoration: none;}     /* unvisited link */
a:visited {color: #C19B28; text-decoration: none;}  /* visited link */
a:hover {color: #E6CD84; text-decoration: underline;}   /* mouse over link */
a:active {color: #C19B28; text-decoration: none;}   /* selected link */

/*   Links  */
a.cont-link:link {color: #FFFF66; text-decoration: none;}     /* unvisited link */
a.cont-link:visited {color: #FFFF66; text-decoration: none;}  /* visited link */
a.cont-link:hover {color: #9933cc;  text-decoration: none;}   /* mouse over link */
a.cont-link:active {color: #999999; text-decoration: none;}   /* selected link */

/* TABLE { background: #f0F0FF } */
/* TABLE { background: #FFFF66 } */
/* BODY { background: url(images/Chess.jpg) } */
BODY { color: #FFFF66}
