
body {
		text-align: center;
		background-color: Black;
		padding: 10% 10% 10% 10%;
	}


			
	/* Links, always last */
	
a:link {
		color: Black;
		font-weight: bold;
	}
a:visited {
		color: Black;
		font-weight: bold;
	}
a:hover {
		color: Black;
		font-weight: bold;
	}
a:active {
		color: Black;
		font-weight: bold;
	}