body {
	font-size: 100%; 
	font-family: Monaco, 'Andale Mono', monospace;
	background-color: #000;
	color: #00ff00;
	text-align: center;
    letter-spacing: 0.1em;
   	line-height:1.9em;
}

a, a:visited, a:active, a:link { color: #ffff00; }
a:hover { color: #ffff00; }
	
.interim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 80%;
    margin: auto;    
}