body		{
		background-color:	red;
		}

h1		{
		color:		white;
		font-family:	"arial";
		font-size:	32pt
		}

h1.left		{
		text-align:	"left";
		}

h1.center	{
		text-align:	"center";
		}

h1.right	{
		text-align:	"right";
		}


h2		{
		color:		white;
		font-family:	"arial";		
		font-size:	18pt
		}

h2.left		{
		text-align:	"left";
		}

h2.center	{
		text-align:	"center";
		}

h2.right	{
		text-align:	"right";
		}

h3		{
		text-align:	"left";
		color:		white;
		font-family:	"arial";		
		font-size:	14pt
		}

p		{
		text-align:	"left";
		color:		black;
		font-family:	"arial";
		font-size:	12pt
		margin-left:	12pt;
		}
