td{
    border-bottom: 1px solid #ddd;
}

tr:{
    background-color: #F9F9FC
}

tr:nth-child(2){
    background-color: #ECECEE
}

tr:nth-child(3){
    background-color: #DADADC
}

tr:nth-child(4){
    background-color: #C7C8CA
}

tr:nth-child(5){
    background-color: #B5B6B8
}

tr:nth-child(6){
    background-color: #9B9B9E
}

tr:nth-child(7){
    background-color: #8F8F92
}

a:active {
    color: blue
}
a:visited {
     color: #EA2B10
}

#page-wrap {
     width: 800px;
     margin: 0 auto;
}