	html  {
		height: 90%;
	}

    body {
		background-color: black;
		font-family:Arial,sans-serif;
		color:white;
		text-align:center;
		height: 100%;
	}
	
	a:link { color:white; text-decoration:none; font-weight:bold; }
	a:visited { color:white; text-decoration:none; font-weight:bold; }
	a:focus { color:white; background-color:#black; font-weight:bold; }
	a:hover { color:white; text-decoration:none; background-color:#black; font-weight:bold; }
	a:active { color:white; background-color:#black; font-weight:bold; }

	table { 
		width:100%;
		height:100%;
	}
	td {
		width:100%;
		vertical-align:middle;
	}
