a {
	color:white;
}

a:hover {
	color:red;
}

a:active {
	color:black;
}

body{
	background-size:cover;
}