@font-face {
	font-family: teletype;
	src: url('TELETYPE.TTF');
}

body { 
	font-family: teletype; 
	color: black;
	font-size: 10pt;
	}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  color: black;
} 

a {
	color: black;
	margin-left: 50px;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


