body, html
{
	margin: 0px 0px 0px 0px;
}
body
{
	background-color: #000000;
	color: #FFFFFF;
}
td, th
{
	color: #FFFFFF;
}
a:link
{
	color: #8cbfff;
	text-decoration: none;
}
a:active,
a:visited 
{
	color: #8cbfff;
	text-decoration: none;
}

a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.label
{
	color: #36b3ff;
	font-weight: bold;
}

.ContentBlock
{
	border-right: #006EFF 1px solid;
	border-top: #006EFF 1px solid;
	border-left: #006EFF 1px solid;
	border-bottom: #006EFF 1px solid;	
}

.CenterBlock
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}