.heading {
font-weight : bold;
font-size : 14px;
font-family : times new roman;
color : white;
background : normal;
text-decoration : none;
background-color: black;
}

.sublinks {
font-weight : bold;
font-size : 14px;
font-family : times new roman;
color : #202020;
background : normal;
text-decoration : none;
}

.sublinks:hover {
text-decoration : underline;
}

tr:nth-child(even) {
    background-color: #cee7f8;
}

tr:nth-child(odd) {
    background-color: #66b1e3;
}

tr:first-child {
    background-color: black;
}