<style type="text/css" media="screen">
	html {
	}
	body {
		background-image:linear-gradient(-15deg, #113, #126);
		background-repeat:no-repeat;
		background-attachment:fixed;
		font-size:18px;
		font-family:monospace;
		color:#fed;
		text-align:center;
		height:100%;
		width:75%;
		max-width:400px;
		padding:0px 0px 300px 0px;
		margin:auto;
	}
	h1 {
		color:#fed;
	}
	table {
		border:3px solid #9af;
		border-radius:8px;
		padding:2px;
		text-align:center;
	}
	a:link, a:visited {
		color:#fed;
		text-decoration:none;
	}
	a:hover, a:active {
		color:aff;
		text-decoration:none;
	}
	canvas {
		overflow: hidden;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -9999;
	}
</style>
