
/* unvisited link */
a:link {
    color: #d70e32;
}

/* visited link */
a:red{
    color: grey;
}

/* mouse over link */
 

/* selected link */
a:active {
    color: black;
}
     tr:nth-child(odd) {
    background-color: #eee;
}
  .row2
{
margin-left: 10px;

}