/* basic elements */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	
	color: blue;
	}
a:hover, a:active { 
	text-decoration: none; 
	
	color: red;
	}
	td.off {
background: #FFFFFF;
}
td.on {
background: #A4B8F4;
}