body {
	color: white;
	background-image: url('back.jpg');
	background-position: top center;
	background-color: black;
	background-repeat: no-repeat;
}

a, a:visited {
	color: white;
}

a:hover {
	color: #ED3CCA;
	font-weight: bold;
	text-decoration: none;
}