html, body, #wrapper {
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center;
	background-color: #000000;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #750D16;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #750D16;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #750D16;

	}
#wrapper {
	margin: 0 auto; 
	vertical-align: middle; 
	width: 100%;
	text-align: center;
	}

th {
	color: #808080;
	font-size:16px;
	font-family:Brush Script MT;
	text-align:justify;
}

a:link {
	text-decoration: none;
	color: #8E0201;
}
a:visited {
	text-decoration: none;
	color: #8E0201;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #8E0201;
}
a {
	font-weight: bold;
	text-align:justify;

}
