body, P, h1, h2, h3 {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: #ff88ff;
	background-color: #110022;
}

a:link {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: #ddaaee;
}

a:visited {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: #cc33aa;
}

a:hover {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	color: #ffaaff;
}

iframe {
	padding: 10 px;
}

header {
	text-align: center;
	padding: 5px;
}

main, highlight, pagemenu, footer {
	width: 80%;
	padding: 5px;
}

pagemenu, postmenu {
	width: 13%;
	padding: 5px; 
}

main {
	position: absolute;
	top: 200px;
	bottom: 200px;
	left: 5px;
}

highlight {
	font-size: 30px;
	color: #ffeeff;
	background-color: #000000;
	width: 75%;
}

pagemenu, postmenu {
	background-color: black;
	position: fixed;
	border: 3px solid #8AC007;
}

pagemenu {
	top: 160px;
	right: 5px;
	float: right; 
}

postmenu {
	top: 160px;
	right: 5px;
	float: right; 
}

footer {
	text-align: center;
	background-color: black;
	position: fixed;
	bottom: 10px;
	border: 3px solid #8AC007;
}

maintenance {
	background-color: yellow;
}
