<!--
	BODY {
		color: black;
		font-size: 14px;
                font-family: Verdana, Georgia, sans-serif;
		background:#430911 url(mainbg.jpg) repeat-x fixed;
                margin:0px;
                text-align:center;
	}
        #bg {
                left:0px;
                top:0px;
                position:fixed;
                width:100%;
                height:100%;
                background:url(bg.png) center;
                z-index:1;
        }

	Table {
		color: black;
		font: 14px Georgia, sans-serif;
	}

	TH {
		background: #DCDCDC;
		color: black;
	}

	TD {
		font: 16px Tahoma, sans-serif;
	}

	h1 {
		background: white;
		color: #4682B4;
		margin: 0px 5px 0px 5px;
		font: bold 20px;
	}

	h2 {
		background: white;
		color: black;
		margin: 0px 0 4px 0;
		font: normal 18px sans-serif;
		padding:  4px 2px 4px 4px;
	}

	h3 {
		background: black;
		color: white;
		font: normal 10px;
		margin: 12px;
		padding:  4px 2px 4px 4px;
	}

	LI  {
		list-style: disc;
	}

	A {
		color: blue;
		text-decoration: underline;
	}

	A:Hover {
		color: blue;
		text-decoration: none;
	}

	Pre {
		background: #FFFFE0;
		color: #2F4F4F;
		font: 12px sans-serif;
	}

	DIV {
		margin: 0px 0 2px 0px;
	}

	Strong {
		background: white;
		color: #8B0000;
		font: bold 100%;
	}
-->
