tr > td{
    color: blue;
} 
body a {
    color: yellow;
}
.green{
    color: green;
}
.red{
    color: red;
}
.blue{
    color: blue;
}

