body {
  background-color: fdf4d5;}

hr {
  border-top: 1px dashed orange;}

#box{width: 85%;
  padding: 15px}

#top{;}

#middle{width: 600px;}

#bottom{;}

.column {
  flex: 50%;}

.condensed {
  margin-top:0px; 
  margin-bottom:0px;}

.cursive {
  font-family: 
  Lucida Calligraphy,cursive;}

.dance-step {
  font-family: "arial", sans-serif;
  font-size: 16px;
  color: red;
  padding-bottom:12px;  }

.step {
  font-family: "arial", sans-serif;
  font-size: 16px;
  color: red; 
  padding-left:15px; 
  margin-top:0px; 
  margin-bottom:0px;}

.footer {
  font-family:"Helvetica", sans-serif;
  font-size: 12px;}

.main-leftalign {
  text-align: left; 
  padding-left:75px;
  padding-right:75px;
  padding-bottom: 20px;}

.main-leftalignmore {
  text-align: left; 
  padding-left:115px;
  padding-right:55px;
  padding-bottom: 10px;}

.main-center {
  text-align:center;
  padding-bottom: 20px;}

.main-justify {
  text-align:justify;
  padding-bottom: 20px;
  font-family: "Sptos Light", sans-serif;
  font-size: 14px;}

.row {
  display: flex;}
