   body { background-color: lightyellow;  }

   table {width: 95%;}

      tr {
        background-color:#fffbf0;
        color: #00c;     //Schriftfarbe
      }
      tr:nth-child(odd) {
        background-color: #fffbf0;
      }
      tr:nth-child(even) {
        background-color: #fce4a2;
      }