@font-face {
  font-family: "Gill Sans";
  src: url("/gillsans.otf"), format("opentype");
}

body {
  background-color: #000000;
  background-image: url("/circuit.gif");
  color: #FFFFFF;
  font-family: "Gill Sans", sans-serif;
}

a {
    color: #FF77FF;
}