
body {
	background-color:#cd8d49;
	margin-top: 20px;
	padding: 0;
	
	background-image:url('ground-tile.png');
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align:center;
}

hr {
		width:90%;
		height:2px;
		background: #fff;
}

@font-face
{
font-family: Honeyscript;
src: url('HoneyScript-SemiBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}

.centered {
border-style:solid;
	border-width:2px;
	border-color:#ffffff;
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 840px;
	height: 1024px;
  margin: auto;
  background-color: #5a57d4;
  color: white;	
  z-index: 6000;
}

.thumbcell {

}

h4 {
	margin: 0;
	font-family: Honeyscript;
	font-size: 144px;
	color: white;
}

h1, h2, h3 {
	margin: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: white;
}

h1 {
	font-family: Arial;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: bold;
}

h2 {
	font-size: 26px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 20px;
}

a:link {
	color: white;
}

a:hover, a:active {
	text-decoration: none;
	color: white;
}

a:visited {
	color: white;
}

img {
	border-style:solid;
	border-width:2px;
	border-color:#000000;
	margin: 6px;
	margin-left: 22px;
	margin-right: 22px;
}



