a:link {
        color: white;
        background-color: transparent;
        text-decoration: none;
}

a:visited {
        color: white;
        background-color: transparent;
        text-decoration: none;
}

a:hover {
        color: orange;
        background-color: transparent;
        text-decoration: underline;
}

a:active {
        color: orange; 
        background-color: transparent;
        text-decoration: underline;
}

body {
	margin: 0px;
	font-family: verdana,arial,sans-serif;
	background-color: black;
}

