#CurrentPage { background: lightyellow }

a:link {color: red}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: lime}   /* mouse over link */
a:active {color: blue}   /* selected link */ 

#TableType1 { color: white; background: E8E8E8; font-weight: 600; font-size: medium }

#TableType2 { color: black; font-weight: 600; font-size: medium }

#TableType3 { color: blue; background: lightgreen; font-weight: 600; font-size: medium }
