/* Dateiname: table.css */



table tr td{
background-color: #033C78; 
text-align: center;
padding: 2px 10px;
color: #fff;
}

table tr:nth-of-type(odd) td {
background-color: #4682B4;
color: #fff;
} 



