tr > td{
    color: blue;
} 
body a {
    color: yellow;
}
.green{
    color: green;
}
.red{
    color: red;
}
.blue{
    color: blue;
}
a:link {
    color: green;
}
a:visited {
    color: purple;
}
a:hover {
    color: azure;
}