body {
	background-color: #F3E3E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

table {
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}

.text-default {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
}

.text-rot {
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}

a:link {
	color: #FF0000;
}

a:visited {
	color: #FF0000;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}