BODY {
    background : Black;
    font-family : Arial, Helvetica, sans-serif;
  
}
A {
    color: Black;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	A:visited {
    color: #2D00B3;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : Purple;
    font-size : smaller;
    border-bottom : Black;
}
.over {
		color : #55CB55;
		font-weight : bold;
	}
	.off {
		color : White;
		font-weight : normal;
	}
	.tdover {
		background : #55CB55;		
	}
	.tdoff {
background : #00cc00;		
	}	
	}