/* this is the basic external style sheet */

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

H1	{text-align: center;
	color: white;
	font-size: 16pt;
	font-weight: normal;
	font-family: Tahoma}

H2	{text-align: center;
	color: white;
	font-size: 14pt;
	font-weight: normal;
	font-family: Tahoma}

H3      {text-align: center;
	color: white;
	font-size: 12pt;
	font-weight: normal;
	font-family: Tahoma}

H4      {text-align: center;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma}

H5 	{text-align: center;
	color: white;
	font-size: 24pt;
	font-weight: normal;
	font-family: Tahoma}

H6 	{text-align: center;
	color: white;
	font-size: 20pt;
	font-weight: normal;
	font-family: Tahoma}

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

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