body {
	background-color: #000;
	color: lightgrey;
}

a {
    background-color: #000;
	color: grey;
	text-decoration: none;
}
a:hover {
	color: lightgrey;
}
a:visited {
	color: darkgrey;
}

input {
    text-decoration: none;
    color: #000;
    background: none;
}
input:hover {
    color: #333;
}
