body  {
        font-family: verdana;
        color: NAVY;
        font-size: 13px;
        background: #000000;
}

td {
        font-family: verdana;
        color: YELLOW;
        font-size: 15px; 
}

a:link {
        color: GRAY;
        text-decoration: none;
        font-size: 13px;
}

a:visited {
        color: GRAY;
        text-decoration: none;
        font-size: 13px;
}

a:hover{
	color: GRAY;
        text-decoration: underline;
}