body {
 background: black;
}

#it {
        position:fixed;
        top:10%;
        left:0px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 80%;
	font-size: 216pt;
	font-weight: 900;
	font-family: arial,helvetica,clean,sans-serif;
}

#notit {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:4em;
	visibility:show;
	font-size:14pt;
	font-family:serif;
	color:black;
	padding:5px;
}

a:link, a:active, a:visited { color: red; text-decoration:underline;}
a:hover { color: red; text-decoration:underline;}
