html, body{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	text-align: justify;
	background-color: #DDDDDD;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

hr
{
	height: 1px;
	border: none;
	color: #000000;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

a{
	border: none;
	text-decoration: none;
	color: #000000;
}

a.extern
{
	text-decoration: underline;
}

a.extern:hover
{
	text-decoration: none;
}

h1
{
	text-align: center;
}

div#main{
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	margin-left: -265px;
	width: 450px;
	left: 50%;
	background-color: #FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

img
{
	border: none;
	margin-bottom: 2px;
	display: block;
}

a.left
{
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}

a.right
{
	float: right;
	margin-left: 10px;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}

p
{
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

ul
{
	list-style: none;
	margin-top: 0px;
	padding-left: 15px;
}