body
{
	background-image: url("Shadow.png");
	image-rendering: pixelated;
}

a.blackLink:link,
a.blackLink:visited,
a.blackLink:hover
{
	color:#000000;
}

a:link,
a:visited {	color: #0000FF; }
a:hover { color: #7777FF; }
a:active { color: #0000FF; }

#header
{
	border-style: hidden hidden solid hidden;
	top: 0;
}

#footer
{
	border-style: solid hidden hidden hidden;
	bottom: 0;
}

.headerFooter
{
	font-family: "Courier New";
	text-align: center;
	width: 100%;
	white-space: nowrap;
	border-width: 1px;
	overflow-x: hidden;
	position: fixed;
	left: 0;
	padding: 15 0 15 0;
	background-color: #FFFFFF;
}

.bodyContent
{
	margin-top: 50;
	margin-bottom: 50;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.pageBox
{
	font-family: "Courier New";
	border-style: solid;
	border-width: 1px;
	padding: 10;
	margin: 10;
	background-color: #FFFFFF;
	display: inline-block;
}

.pageBox.homePage
{
	vertical-align: middle;
}

.pageBox.gameGifs
{
	vertical-align: top;
	width: 360px;
	min-height:200px;
}

.pageBox.titleBox
{
	font-size: 24;
	display: inline-block;
}

.pageBox.momoPic
{
	vertical-align: middle;
	max-width: 300px;
}

.pageBox.comic
{
	max-width: 100%;
}

h1
{
	font-family: "Courier New";
	color: black;
	font-size: 24;
	font-weight: normal;
}

h2
{
	font-family: "Courier New";
	color: black;
	font-size: 18;
	font-weight: normal;
}

p
{
	font-family: "Courier New";
	color: black;
	font-size: 12;
	text-align: left;
}