/* DATEI: format.css */
	A {
	color: #8b1907;
	TEXT-DECORATION: none;
}
A:visited {
	color: #8d1804;
}
A:hover {
	color: #8e0801;
	TEXT-DECORATION: underline;
}
A:active {
	color: #990000;
	TEXT-DECORATION: none;
}


BODY {
background-color: #4F4F1A;
}
p {
	text-align: center;
	margin-left:10;
	margin-right:10;
	margin-top:10pt;
	margin-bottom:10pt;
	font-size:12pt;
	font-weight:normal;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
}
table, th, td{
background-color: #f0e1b9;
    border: 1px solid #461f00;
    }
td {
    padding: 10px;} 