body
{
	background-color: black;
	color: #EEEEEE;
	font-family: Calibri, Helvetica;
    

}

    /* unvisited link */
    a:link {
        color: yellow;
        text-decoration: none;
    }

    /* visited link */
    a:visited {
        color: yellow;
        text-decoration: none;
    }

    /* mouse over link */
    a:hover {
        color: yellow;
        text-decoration: underline;
    }
    
    /* selected link */
    a:active {
        color: red;
        text-decoration: underline;
    }