body {
	background-color: black;
	color: white;
	font-family: arial;
	font-size: 140%;
}

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

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

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

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



