
table       {
                color:  #FFFFFF;
                border-spacing:10px
            }

a:active
			{
				color: #FFFFFF;
			}
a:link
			{
				color: #FFFFFF;
			}
a:visited
			{
 				color: #FFFFFF;
			}
body
			{
				background-color:  #440B02;
				font-family: Book Antiqua, Times New Roman, Times;
                color:  #FFFFFF;
				line-height:100%;
				margin-top:0;
				margin-bottom:0;
			}
h1, h2
			{
				font-family: Book Antiqua, Times New Roman, Times;
			}
h1
			{
				font-size: 20pt;
				font-style: italic;
				font-weight: bold;
				margin-top:18;
				margin-bottom:12;

			}
h2
			{
				font-size: 16pt;
				font-style: italic;
				font-weight: bold;
				margin-top:12;
				margin-bottom:12;
			}

