table#t1 tr:nth-child(even) {
    background-color: #ddd;
}
table#t1 tr:nth-child(odd) {
    background-color: #eee;
}
body {
    margin:40px auto;
    max-width:1280px;
    line-height:1.6;
    padding:0 10px
}
