h1 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-colour: #0000FF;
	background: #0000FF;
	color: #33CCFF;
}
h2 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-colour: #0000FF;
	color: #33CCFF;
}
h3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-colour: #0000FF;
	color: #33CCFF;
}
body {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #000000;
	background-color: #C0C0C0;
}
td {
	background-color: #33CCFF;
}
