BODY			{ background: #636363; color: #DCDCDC; font-family: courier; font-size: 90% }
TABLE			{ background: #636363; color: #DCDCDC; font-family: courier; font-size: 100% }

/*normal links*/
A				{ color: white; text-decoration: underline; }
A:visited		{ color: white;}
A:hover			{ background: #909090; text-decoration: none; }
/* FIXME: why doesn't this work? */
/* A:click		{ color: black; text-decoration: underline; }
*/

/*white span of text*/

SPAN.w			{ color: white; }

/*white-on-black span of text*/

SPAN.wob		{ color: white; background: black; }

/*black-on-white span of text*/

SPAN.bow		{ color: black; background: white; }
