body {
	color: #99ff00;
	background: #000000;
	text-align: center;
	font-family: "Courier New"; 
	
}


div {
  	font-family: monospace, fixed;
	font-weight: bold;"
}



h1 {
	display: block;
	font-size: 1.5em;
	
}

a:link  {
	color: #99ff00;
	text-decoration: none;
	
}

a:visited {
	color: #99ff00;
	text-decoration: none;
}

a:hover {
    background-color: green;
}


