html {
	overflow-y: scroll;
}

body {
	font-family:"Century Gothic", Century Gothic, Avant Garde, sans-serif; 
	font-size:12pt;
	text-align:center;
}
body {	
	height:100%;
	padding:10px;
	margin:0px;
	border:none;
	/*background-color:#282828;*/
	background-color:#000000;
	color: white;
}

a { color: white; font-weight: bold; text-decoration:none; }
a: hover{ color: white; text-decoration:underline; }