@charset "utf-8";

body {
	background-color: #C17773;
	visibility: visible;
	z-index: 1;
	text-align: center;
	background-position: left top;
}


h1 {
	font-family: "Curlz MT";
	font-size: 72px;
	color: #D1FF48;
	text-align: center;
	font-weight: lighter;
	background-position: center;
	line-height: 100px;
	vertical-align: middle;
	display: block;
	margin-top: auto;
	padding: 0%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #D1FF48;
	border-right-color: #99CC1E;
	border-bottom-color: #99CC1E;
	border-left-color: #D1FF48;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 25px;
	font-weight: normal;
	color: #F9F0F0;
	text-align: center;
}

h3 {
	font-family: "Comic Sans MS";
	font-size: 30px;
	font-style: normal;
	text-align: center;
	color: #813C38;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: lighter;
}
h4 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #FFFFFF;
	font-style: oblique;
	font-weight: lighter;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	border: 1px outset #D1FF48;
	background-position: center center;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
}


p {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
hr {
	border: thin dotted #D1FF48;
	width: 70%;
	right: 15%;
	color: #99CC1E;
}

