body {
	background-color: #000;
	color: #f1aad4;
	font-family: serif;
	font-size: 12pt;
}

h1 {
	text-align: center;
	font-family: "KathleenieFont", "Script", cursive;
	font-size: 30pt;
}

div#all {
	border: 3px solid #f1aad4;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	margin: 0px;
}

div#topbar {
	background-color: #f1aad4;
	text-align: center;
	border: solid #f1aad4 8pt;
	margin-bottom: 8pt;
}

div#topbar a {
	color: #000;
	text-decoration: none;
	border: 6pt solid #f1aad4;
}

div#text {
	padding: 10px;
}