	body {
		background-color: #FFFF9B;
		color: Black;
		font-family: "Lucida Sans", "Microsoft Sans Serif", sans-serif;
		height: auto;
		clear: none;
		float: none;
		width: 80%;
		margin: 0 10% 0 10%;
	}
	a:hover {
		color: red;
		text-decoration: none;
		font: oblique;
	}
	h1.center {
		text-align: center;
	}
