/* this is the basic external style sheet */
/* original bg was 0F0F0F */

BODY	{background-color: 000000;
	color: white}

H1	{text-align: center;
	color: red;
	font-size: 14pt;
	font-weight: normal;
	font-family: Arial}

H2	{text-align: center;
	color: red;
	font-size: 12pt;
	font-weight: normal;
	font-family: Arial}

H3	{text-align: center;
	color: red;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial}

P	{text-align: justify;
        margin-left: 10%;
        margin-right: 10%;
	color: white;
        font-size: 12pt;
	font-family: Arial}

P SMALL	{text-align: justify;
	color: white;
        font-size: 8pt;
	font-family: Arial}

TD	{font-family: Arial;
	color: red;
	font-weight: normal;
	font-size: 8pt }
