BODY { background: white; color: black; }
A:link { color: white; text-decoration: underline; }
A:visited { color: white; text-decoration: underline; }
A:active { color: blue; text-decoration: underline; }
A:hover { color: blue; text-decoration: underline; }

.tableheader1 { background: darkblue; color: white; font-weight: bold; }
.tableheader2 { background: white; color: black; font-weight: bold; }
.tablebg { background: black; color: white; }
.tablebody { background: lightblue; color: black; }
.tablebody1 { background: lightblue; color: black; }
.tablebody2 { background: skyblue; color: black; }

.smaller { font-size: smaller; }