html
{
	height:100%;
	min-height:100%;
	margin-bottom: 1px;
}

body
{
	font-family:Verdana,Arial;
	font-size:12pt;
	margin:0 auto;
	height:auto;
	height:100%;
	min-height:100%;
	padding-left:1px;
	text-align:center;
	background-color:black;
	color:white;
}

a:link
{
	color:rgb(255,255,0);;
}

a:visited
{
	color:rgb(255,255,0);
}

a:active
{
	color:rgb(255,255,0);
}