        #tehtable table { border-collapse: collapse; color:black}
        #tehtable td	{ padding: 3px 10px; border: solid 1px black;}
        #tehtable td.name_col {font-weight: bold;}
        #tehtable td.total_col{font-weight: bold;text-align:center}
        #tehtable tr.odd td.total_col{background-color:#cd3333;}
        #tehtable tr.even td.total_col{background-color:#ff4040;}
        #tehtable td.rank_col{font-weight: bold;text-align:right;}
        #tehtable tr.even {background-color: white;}
        #tehtable tr.odd  {background-color: lightgrey;}
        #tehtable tr.header{background-color: black;color:white;font-weight:bold;}
        #tehtable a {color:white;}
        #tehtable a:hover {color: #9bcd9b;}

