img {border: 0} body {
	background-color : #000000;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

table,td {
	font-size : 12px;
	vertical-align : top;
}

table.big {
	border : 1px solid #94590A;
}

td.text {
	padding : 10px;
	vertical-align : top;
	text-align : justify;
}

td.title {
	font-weight : bold;
	background-color : #94590A;
	color : #000000;
	padding : 5px;
}

a.fett:link {
	text-decoration : underline;
	font-style : italic;
	font-family : impact;
	font-size :40px;
	color : #FFD36B;
}

a.fett:visited {
	text-decoration : underline;
	font-style : italic;
	font-family : impact;
	font-size :40px;
	color : #FFD36B;
}

table.red {
	background-color : #3A0000;
	border-top : 1px dotted #94590A;
	border-bottom : 1px dotted #94590A;
}

a.button {
	width : 100%;
	background-color : #3A0000;
	border : 1px solid #94590A;
	color : #94590A;
	font-size : 14px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
	padding : 4px;
}

a.button:hover {
	width : 100%;
	background-color : #94590A;
	border : 1px solid #3A0000;
	color : #FFFFFF;
	font-size : 14px;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
	padding : 4px;
}