body {
	margin : 10px;
	background-color : transparent;
}
		
body, p, td, th, li {
	color : #FFFFFF;
	font-family : Times New Roman;
	font-size : 15px;
}

th {
	text-align : left;
	border-bottom : 1px #FFFFFF solid;
}
		
h1 {
	font-size : 22px;
	text-align : center;
}
		
p {
	margin : 10px;
}
		
#textSpace {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
	z-index : 2;
}
		
#bgpanel {
	position : absolute;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
	z-index : 1;
	-moz-opacity : 0.5;
	filter : progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-color : #000000;
}

a:link, a:visited, a:active {
	color : #CCCCFF;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}