


a:link {
	COLOR: "red";
}

a:visited {
	COLOR: "red";
}

a:hover {
	COLOR: "white";
}

a:active {
	COLOR: "red";
}

body {
	background-color: "black";
	color: "white";
}

h1 {
	text-align: "center";
	
}
		
