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