a.sections:link
{
    text-decoration:none;
    color:gray;
}

a.sections:visited
{
    text-decoration:none;
    color:gray;
}

a.sections:hover
{
    text-decoration:none;
    color:red;
}

a.sections:active
{
    text-decoration:none;
    color:white;
}

td.box
{
    background-color:black;
    border-width:medium;
    border-color:white;
    border-style:solid;
}