.Ladiesrulesbg {  
  background:url('https://i.imgur.com/0DgAeGb.png') repeat bottom;
  font: 14px "Times New Roman",serif;
  color: black;
}

.Ladiesrulesfg {
  background: url('https://i.imgur.com/fhqnnJ0.png') no-repeat right 0px bottom 0px;
}

.Ladiesrulescrystal{
  background: url('') repeat-x bottom 0px right 0px;
  padding: 20px;  
  padding-bottom: 80px;
  min-height: 300px;
}

.Ladiesrulesmainbox {
  background-color: rgb(150,230,255);
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
  box-shadow: 0px 0px 10px white;
  margin-right: 25%;
}

.Ladiesrulesstart {
  margin-top: 10px;
  margin-left: 5.83%;
  margin-right: 30%;
  margin-bottom: 10px;
  background-color: rgb(180,200,255);
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
  box-shadow: 0px 0px 10px white;
  font-size: 16px;
  color: #FFB507;
}

.Ladiesrulesfooter {
  margin-top: 10px;
  margin-left: 4.17%;
  margin-right: 30%;
  background-color: rgb(220,180,255);
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
  box-shadow: 0px 0px 10px white;
  font-size: 10px;
  color: darkblue;
}

.Ladiesrulesbg .quote > .boxhead {
  color: #000000;
  border: 1px solid black;
  padding: 2px;
  border-radius: 7px;
  background-color: rgb(75,115,128);
  margin-left: 15px;
}

.Ladiesrulesbg .quote > .box{
  font: Century Gothic, sans-serif;
  background-color: rgb(75,115,128);
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
  box-shadow: 0px 0px 10px white;
  color: #FDF9BC;
}

.Ladiesrulesbg .code > .boxhead {
  color: #00AF00;
  border: 1px solid black;
  padding: 2px;
  border-radius: 7px;
  background-color: rgb(204,243,255);
  margin-left: 15px;
  box-shadow: 0px 0px 05px black;
}

.Ladiesrulesbg .code > .box {
  font: Century Gothic, sans-serif;
  color: rgb(0,100,0);
  background-color: rgb(204,243,255);
  padding: 5px;
  border: solid 1px black;
  border-radius: 7px;
  box-shadow: 0px 0px 05px black;
}