body {
  background-color: #000000;
  margin-top: 0;
  font-family: "Courgette", cursive;
  font-size: 14px;
  color: #FFEFBF;
  overflow: scroll;
}

span.text1 {
  font-family: "Courgette", cursive;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center
}

span.text2 {
  font-family: "Courgette", cursive;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center;
  text-decoration: underline
}

span.text3 {
  font-family: "Courgette", cursive;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #FFEFBF;
  text-align: center
}

span.text4 {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 9px;
  color: #FFEFBF;
  text-align: center;
}

span.text5 {
  font-family: "Courgette", cursive;
  font-size: 12px;
  font-style: normal;
  color: #FFEFBF;
  text-align: center;
  font-weight: lighter
}

#wrapper
{
width: 1080px;
margin: auto;
border: 0px;
background-color: #000000;
}


#header
{
  height: 200px;
  width: 1080px;
  text-align: center
}

a:link, a:visited, a:hover, a:active {
  color: #FFEFBF;
  font-family: "Courgette", cursive;
  font-size: 14px;
  text-decoration: none;
}

a.three:link, a.three:visited, a.three:hover, a.three:active {
  color: #FFEFBF;
  font-family: "Courgette", cursive;
  font-size: 18px;
  text-decoration: none;
  font-weight: lighter;
}

textarea {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 10px;
  color: #FFEFBF;
  background-color: transparent;
}

span.wait {
  color: #FFFF99;
}

hr {
  text-align: center;
  width: 50%
}


div.centered {
  margin-left: auto;
  margin-right: auto
}