@font-face {
  font-family: "Salamander";
  src: url(Salamander.ttf) format("truetype");
}
body{
    font-family: verdana;
    background-color: #fffaf9;
    color: #9d7254;
}
.layout{
    background-image: url(allibg.png);
    width: 550px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat; 
    margin: -10px 0px 0px -10px;
    overflow: hidden;
}
.layoutfans{
    background-image: url(allibgfans.png);
    width: 400px;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat; 
    margin: -15px 0px 0px -10px;
    overflow: hidden;
}
.layoutjoin{
    background-image: url(allibgjoin.png);
    width: 356px;
    height: 441px;
    background-size: cover;
    background-repeat: no-repeat; 
    margin: -15px 0px 0px -10px;
    overflow: hidden;
}
.layoutbuttons{
background-image: url(allibgbuttons.png);
    width: 456px;
    height: 441px;
    background-size: cover;
    background-repeat: no-repeat; 
    margin: -15px 0px 0px -10px;
    overflow: hidden;
}
.layoutcredits{
background-image: url(allibgcredit.png);
    width: 416px;
    height: 341px;
    background-size: cover;
    background-repeat: no-repeat; 
    margin: -15px 0px 0px -10px;
    overflow: hidden;
}
.nav{
  font-family: Salamander;
  position: fixed;
  top: 120px;
  left: 380px;
  z-index: 20;
  font-size: 20px;
  color: black;
  word-spacing: 0px;
}
.nav a, .nav a:visited{
  text-decoration: none;
  color: black;
}
.nav a:hover{
  text-decoration: line-through;
  color: black;
}
.nav a:active{
  text-decoration: none;
  color:#bb2154;
}
.homenav{
  text-align: center;
  word-spacing: 5px;
  width: 300px;
  border-top: #bb2154 dotted 2px;
  border-bottom: #bb2154 dotted 2px;
  padding: 2px 0px 2px 0px;
}
.text{
  position: fixed;
  top: 150px;
  left: 380px;
  width: 300px;
  height: 500px;
  text-align: justify;
  z-index: 20;
  font-size: 10px;
  overflow: hidden;
}
.textb{
  position: fixed;
  top: 150px;
  left: 380px;
  width: 350px;
  height: 500px;
  text-align: justify;
  z-index: 20;
  font-size: 10px;
  overflow: hidden;
}
.text a, .text a:visited{
  color: #da8787;
  text-decoration: none;
}
.text a:hover{
  color: #bd4d4d;
  text-decoration: line-through;
}
.textb a, .text a:visited{
  color: #da8787;
  text-decoration: none;
}
.textb a:hover{
  color: #bd4d4d;
  text-decoration: line-through;
}
.parent{
    display: grid;
  grid-template-columns: auto auto auto auto;
  width: 290px;
  margin-left: 0px;
  grid-gap: 1px;
  padding: 1px 1px 1px 1px;
  z-index: 10;
}
.parent div{
  padding: 1px 2px 1px 2px;
}
.title{
    color: #bb2154;
    border-bottom: #bb2154 dotted 2px;
}
.item{
    color: #9d7254;
}
form{
  margin-top: 5px;
    line-height: 13px;
}
select{
    width: 180px;
    text-align: center;
    font-family: 'verdana';
    font-size: 11px;
}
#form a:visited,
#form a:link{
    color: #d5192a;
    text-decoration: underline;
}
#form a:hover{
    font-style: italic;
    color: #880f19;
    text-decoration: underline;
}
.footer{
  text-align: center;
  margin-top: 15px;
}