html , body {
	margin: 0;
	padding: 5% 0 0 0;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #3f3f3f;
	background-color:#fff8f3;
}

p	{
	font-family:Arial;
	font-size:12pt;
	font-weight: normal;
	color: #3f3f3f;
	text-align: left;
}

a:link	{ 
	text-decoration: underline; 
	color: #3F3F3F; 
}

a:hover   { 
	text-decoration: none; 
	color: #E70018; 
}

/** **** div styles **** **/

div#container	{
	margin: auto;
	width: 800px;
	height: 600px;
}

div#entrance {
	position: absolute;
	z-index: 100;
	bottom: 2px;
	right: 3px;
}

div#entrance a {
	font-size: 8pt;
	color: #cccccc;
	text-align: right;
	text-decoration: none;
}			



/**.red	  	{ color:#E70018; }
.headline	{ font-size:13pt; font-weight:bold; }
.imprint	{ font-size:8pt; }**/
