body {
	color: 000000;
	background-color: 000000;
	text-decoration: none;
	text-align: center;
	scrollbar-face-color: CC0000;
	scrollbar-shadow-color: FFC0CC;
	scrollbar-highlight-color: FFC0CC;
	scrollbar-darkshadow-color: FFC0CC;
	scrollbar-track-color: 000000;
	scrollbar-arrow-color: FFC0CC;
}

table {
	background-color: cc0000;
}

th {
	color: ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	background-color:cc0000;
}

.subtit {
	background-color: cc0000;
	color: ffffff;
	font-size: 13pt;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: ffffff;
	text-align: center;
	background-color: 000000;
	font-weight: bold;
}

A:link {
	color: ffffff;
}

A:visited {
	color: ffffff;
}

A:hover {
	color: cc0000;
}

A:active {
	color: cc0000;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}