body {
	color: rgb(255, 255, 255);
	background-color: #CC6600;
	font-family: arial, sans-serif;
	font-size: 12pt;
	text-align: justify;
}

h1 {
	text-align: justify;
	color: rgb(204, 204, 204);
	font-family: comic sans ms;
	font-weight: bold;
	font-size: 32pt;
}

a {
	color: #006600;
}
 
table {
	width: 100%;
	background-color: #FEBE67;
	border: 4px solid rgb(174, 174, 174);
	left: auto;
	right: auto;
}

td {
	border-bottom: 1px solid rgb(174, 174, 174);
	padding: 7px;
	font-size: 12pt;
	vertical-align: top;
	text-align: justify;
	color: #000000;
}


TD P { color: #000000 }
P { color: #000000 }
P.text-body-indent { margin-left: 0.5cm }
