body {
	background-color: #CCFFFF;
}

div#container {
	margin: 0 auto;
	width: 90%;
	background-color: white;
	border-style: outset;
	border: black 2px solid;
}

div#container p {
	text-indent: 1em;
	margin: 1em;
	font-style: italic;
}

div#fader p {
	font-style: normal;
}

div#fader button {
	margin: 1em;
}

div#fader {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1.5cm;
}

div#footer {
	text-align: center;
	font-size: smaller;
}

div#footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h1#header {
	text-align: center;
}
