form {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1 {
	display: inline-block;
}

body {
	font-family:"Verdanan", Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

.gametitle {
	color: #000000;
	font-weight: bold;
	font-size: 32px;
}
.gametitlesmall {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}


.img_back_layer {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.img_front_layer {
	position: relative;
	left: 0px;
	top: -150px;
	width: 64px;
	height: 18px;
	z-index: 2;
}

.header {
	color: #555555;
}
a.header:link {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
a.header:visited {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
a.header:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a.header:active {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #555555;
}