<!--
	BODY 	{
  				color: #000000;
  				background: #FFFFFF;
			}
	h1			{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 28px;
				font-weight : bold;
				color: #B22222;
				background: #FFFFFF;
				text-transform : none;
				text-align: center;
				margin-top: 5px;
				margin-bottom: 0px;
			}
	

	h2		{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 18px;
				font-weight : bold;
				color: #FFFF66;
				background: #6699CC;
;
				text-transform : none;
				text-align: center;
				margin-top: 5px;
				margin-bottom: 0px;
			}
	h3		{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 16px;
				font-weight : bold;
				color: #B22222;
				background: #FFFFFF;

				text-transform : none;
				text-align: center;
				margin-top: 5px;
				margin-bottom: 0px;
			}
	li		{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 16px;
				color: #000000;
				background: #FFFFFF;
			}		
			
	p		{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 16px;
				color: #000000;
				background: #FFFFFF;
			}		


			
	a		{
				font-family : Arial, Helvetica, sans-serif;
				font-size : 16px;
				color: #0000FF;
				background: #FFFFFF;
				text-decoration: underline;
			}
			
	a:hover	{
				color: #B22222;
				background: #FFFFFF;
			}

	div		{	
				margin:0 auto;
			}

	-->
