/* columns classes */ 
td.hsPlace { 
	width:25px; 
	text-align:right; /* doppelt as inline style im Code, weil diese Anweisung ignoriert wird! */ 
} 
 
td.hsName { 
	text-align:left; /* s.o. */ 
} 
 
td.hsPoints { 
	width:120px; 
	text-align:right; /* s.o. */ 
} 
 
/* odd and even classed */ 
td.hsOdd  { 
	color:rgb(0,51,102); 
} 
 
td.hsEven { }