* {
	color: #A0C0A0; 
	background: #202020; 
	font-family: Monaco, monospace; 
	font-size: 10pt;
}
a {
	text-decoration: none; 
	font-weight: normal;
}
a:link    { color: #A0C0A0 }
a:visited { color: #A0C0A0 }
a:active  { color: #A0C0A0 }
a:hover   { color: #F0FFF0; text-decoration: underline }
.header {
	color: #F0FFF0;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}