﻿html, body {
	padding:0px;
	margin:0px;
	background-color:#000;
	color:#333;
	font-family:arial,helvetica,verdana;
	font-size:12px;
	line-height:1.3;
	text-align: center;
}

a {
	color:#333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.requiredDiv {
    padding: 50px;
	margin: 60px auto;
	text-align: center;
}

.requiredHeadline {
	font-size: 1.2em;
	font-weight: bold;
}
