p	{
	text-indent:1.2em;
	margin-left:2;
	text-align:justify;
	font-family:arial, sans-serif;
	}

p.blue	{
	text-indent:0;
	margin-left:2;
	text-align: center;
	font-family: arial, sans-serif;
	color: blue;
	}

h1	{
	text-align:center;
	margin-top:1.2em;
	}

h1.blue	{
	text-align:center;
	margin-top:1.2em;
	color: blue;
	}

p.flush	{
	font-family:arial, sans-serif;
	text-align:center;
	text-indent:0;
	margin-left:0;
	}

a:link	{
	text-decoration: none;
	color:blue;
	}

a:visited	{
	text-decoration: none;
	color: #cc3399;
	}

a:hover	{
	text-decoration:underline;
	color:blue;
	}

ol	{
	list-style-type:upper-alpha;
	color:red;
	font-family: arial;
	font-weight: bold;
	}

ol ol	{
	list-style-type: disc;
	color:#663333;
	font-family: arial;
	font-weight: bold;
	}

ol ol ol	{
	list-style-type: disc;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	}

ol ol ol ol	{
	list-style-type: disc;
	color: #000000;
	font-family: arial;
	font-weight: bold;
	}
	