
h1
{ font-size: xx-large;
  color:#77a;
  text-align: center;
  margin-top: 0.3%;
  margin-bottom: 1.2%;
  font-family: "Righteous", cursive;
}
body
{ font-size: large;
  background-color:#f8f8f8;
  color: #000;
  text-align: center;
}
a.play
{ margin-left:2%;
  margin-bottom:2%;
  margin-top:2%;
  font-size: x-large;
  float: left;
  color:#111111;
  background-color:#EEEEEE;
  text-decoration:none;
  font-family: "Molengo", sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;

}
p.des
{ font-size: large;
  color:#111111;
  text-decoration:none;
  font-family: "Molengo", sans-serif;
  line-height: 200%;
  max-width: 50%;
  margin-left: 25%;
  text-align: center;

}

p.desLeft
{ font-size: large;
  color:#111111;
  background-color: rgba(0,0,0,0);
  text-decoration:none;
  font-family: "Molengo", sans-serif;
  line-height: 200%;
  width: 40%;
  margin-left: 5%;
  text-align: center;
    float: left;
  display: inline;
    margin-bottom:7%;
  margin-top:7%;
    border-style: solid;
  border-width: 1px;
  border-color: #999999;

}
p.desRight
{ font-size: large;
  color:#111111;
  background-color: rgba(0,0,0,0);
  text-decoration:none;
  font-family: "Molengo", sans-serif;
  line-height: 200%;
  width: 40%;
  margin-right: 5%;
  text-align: center;
  float: right;
  display: inline;
  margin-bottom:7%;
  margin-top:7%;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;

}

a:hover 
{ color:#FFFFFF;
  background-color:#AAAAAA;
}
.spacer
{ float:left;    
}
.d1
{ font-family: "Molengo", sans-serif;
  background-color:#bba;
  margin-top: 0.5%;
  letter-spacing: 5px;
  font-size: medium;
  color: #955;
}
#footer 
{ position: fixed;
  bottom: 0;
  width: 100%;
  background-color:#bba;
  left:0;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    left:0;
  background-color:#bba;

}
