@font-face {
  font-family: pixel;
  src: url('fonts/PixelOperator.ttf') format('truetype');
       font-size: normal;
       font-weight: normal;
}
html{
    width: 100%;
    height: 100%;
    background-image: url('images/sky.gif');
    background-size: cover;
    font-size: 14px;
}
body{
  width: 830px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #bac0fe;
  border: 5px solid #5057b4;
  font-size: 14px;
  font-family: pixel;
}
table{
 font-family: pixel; 
}
a{
 color: #000000;
 text-decoration: none;
}
a:visited{
 color: #000000; 
}
a:hover{
 color: #000000;
 text-decoration: underline;
}
#night-sky{
  background-image: url('images/night-sky.png');
  background-size: contain;
}
#marquee{
  width: 600px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('images/mq-border.gif');
  display: inline-block;
}
.mq-text{
 width: 580px;
 height: 20px;
 font-size: 20px;
 margin-top: 5px;
}