@font-face {
  font-family:"ms ui gothic";
  src: url(/graphics/MS-UIGothic-02.ttf);
}
body {
  background-color: black;
  color: white;
  font-family: "ms ui gothic";
  font-size: 120%;
  margin: 0 auto;
  text-align: center;
}
      ::selection {
    background: #666;
    }
    ::-moz-selection {
    background: #666; 
    }

a {
  color: #e45151;
  font-family: "ms ui gothic";
}
a:hover {
  background-color: #5E1313}
  
