h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-weight: bold;
	color: #D5FFEA;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFC;
}
body {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	color: #D5FFEA;
	background-image: url(other-side/adventure-maps.jpg);
}
.whiteback {
	background-color: #FFF;
}
.border-1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #06C;
	border-right-color: #0C0;
	border-bottom-color: #0C0;
	border-left-color: #06C;
	background-color: #E1FFEA;	
}
.Border-1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #06C;
	border-right-color: #0C0;
	border-bottom-color: #0C0;
	border-left-color: #06C;
	background-color: #E1FFEA;
}

a:link {
	color: #033;
}
a:visited {
	color: #090;
}
a:hover {
	color: #903;
}
a:active {
	color: #FC9;
}
h3 {
	font-size: 24px;
	color: #039;
}
.Border-2 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #0C0;
	border-right-color: #06C;
	border-bottom-color: #0C0;
	border-left-color: #06C;
	background-color: #033;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
}
