.table_footer	{
					font: normal 10px;
					color: black;
					text-align: center;	
				}
				
.links			{
					font: normal 14px;
					color:black;
					text-align: left;
				}
				
a:link { color: black }
a:visited { color: black}
a:hover { color: black; text-decoration: underline}
a:active { color: black}
					
td.off {
		background: #FFFFFF;
		}

td.on {
		background: #d7d9a4;
		}