<!-- Some header styles -->

	H2.Chapter {
		font-family: "Times New Roman";
		font-size: 18pt;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: red
	}

	H3.Paragraph {
		font-family: "Times New Roman";
		font-size: 12pt;
		font-style: italic;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: red
	}
    H4.Paragraph {
		font-family: "Times New Roman";
		font-size: 12pt;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		color: red
	}
	
<!-- Some paragraph styles -->

	P.Normal {
		font-family: Arial;
		font-size: 9pt;
		text-align: justify;
		text-decoration: none
	}

<!-- Other styles -->

	LI {
		font-size: 12pt;
		font-family: Times New Roman
	}

	TD.ContactWebmaster {
		font-family: Arial;
		font-size: 8pt;
		font-style: italic;
		text-align: center;
		vertical-align: bottom;
		text-decoration: none
	}
