@font-face {
  font-family: abaddon;
  src: url('../ttf/Abaddon.ttf');
}

.std {
  color:white;
  font-family: abaddon;
  font-size:18px;
}

.err {
  color:red;
  font-family: abaddon;
  font-size:18px;
}

.header{
  position:fixed;
  height:25px;
  width:100%;
  z-index:99;
  border-bottom:solid 1px;
  line-height:25px;
  font-family: abaddon;
  font-size:15px;
  vertical-align:middle;
  text-align:center;
  background-color:black;
  border-bottom: solid 1px white;
}

.menuText {
  color:white;
}

.content {
  position:relative;
  height:600px;
  width:800px;
  top:25px;
  background-color:black;
}

.footer {
  position:fixed;
  height:25px;
  width:100%;
  top:100%;
  margin-top:-25px;
  z-index:99;
  border-top:solid 1px;
  line-height:25px;
  font-family: abaddon;
  font-size:10px;
  vertical-align:middle;
  text-align:right;
  background-color:black;
  border-top:solid 1px white;
}

.footerText {
  color:white;
}

.starSubmitLink {
  border-style:none;
  color:blue;
  background-color:transparent;
  margin:0px;
  padding:0px;
}

input.starSubmitLink:hover {
  text-decoration:underline;
}