html,body {
background:black;
color:white;
}

a:link {color:#fbe702;text-decoration:none;}     /* unvisited link */
a:visited {color:#fbe702;text-decoration:none;}  /* visited link */
a:hover {color:white;text-decoration:none;}   /* mouse over link */
a:active {color:#b6b6b6;text-decoration:none;}   /* selected link */

/*
img:link {}
img:visited {}
img:hover {
border-color:white;
}
*/


