html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    color: #000000;
	background: #ffffff;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	margin-top: 0;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

h1 {
	margin: 15px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
	text-decoration: underline;
	color: black;
}

a:hover {
	outline: none;
	text-decoration: none;
	color: black;
}
