body {
	color: white;
	background-color: black;
}
a {
    color: yellow;
}
a:hover {
    color: black;
	background-color: white;
}
