body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	color: #242013;
	height: 20%;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h3.like_h1 {
	padding: 12px 0 8px 0;
	font-size: 1.5em;
}
h1 {
	position: absolute;
	top: 403px;
	left: 18px;
	z-index: 150;
	font-size: 1.5em;
}

a {
	text-decoration: none;
	color: #6E0000;
}

ul li {
	list-style: none;
}

fieldset {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

.spacer {
	clear: both;
}

hr.spacer	{
	padding: 0;
	margin: 0;
	border: none;
	height: 0;
	visibility: hidden;
	clear: left;
	}

p.center{
	text-align: center;
}


