@font-face {
    font-family: Steppe;
    src: url(steppe.ttf);
}

body {
	background-color: #000;
	margin: 0;
	font-size: 22pt;
	font-family: Steppe;
	color: #fff;
}
#binfo {
	width: 85%;
}

a {
  text-decoration: none;
  color: #c0c0c0;
}
a:hover {
	color: #9b111e;
}
