body {
  background: #E2C5FF url('http://www.myfitnessyoga.com/images/fitnessyogabg3.jpg') center;
  color : #000000;
  font: 100% Arial,sans-serif;
}

a.bmiddle:link { 
  font-weight : bold; 
  color : #003399; 
  text-decoration : underline; 
} 
a.bmiddle:visited { 
  font-weight : bold; 
  color : #003399; 
  text-decoration : underline; 
} 
a.bmiddle:hover { 
  font-weight : bold; 
  color : purple; 
  text-decoration : none; 
} 
a.bmiddle:active { 
  font-weight : bold; 
  color : #003399; 
  text-decoration : underline; 
} 
table.index_box {
  margin:0 auto;
  width:100%;
  text-align:center;
  font-family:"Tempus Sans ITC",Arial,sans-serif;
  font-size:larger;
  border:solid thin black;
  border-collapse:collapse;
}
table.index_box td {
  font-size:larger;
  width:33%;
  vertical-align:middle;
  border:solid thin black;
  padding:5px;
  background-color:#e2c5ff;
}
table.class_schedule {
  margin:0 auto;
  width:100%;
  font-family:"Times New Roman",Arial,sans-serif;
}
table.class_schedule td {
  padding:3px;
}
table.fees_policies {
  margin:0 auto;
  width:100%;
  text-align:center;
  font-family:"Century Gothic",Arial,sans-serif;
  font-weight:normal;
  border:solid thin black;
  border-collapse:collapse;
}
td.fee_header {
  vertical-align:middle;
  font-weight:bold;
  border:solid thin black;
  padding:5px;
  background-color:#e2c5ff;
}
td.fee_body {
  vertical-align:middle;
  border:solid thin black;
  padding:5px;
  background-color:#fff;
}
.report { 
  font : bold 8pt Arial; 
  color : black; 
  text-align : left; 
} 
.reportnobold { 
  font : 8pt Arial; 
  color : black; 
  text-align : left; 
} 
.reportcenter { 
  font : bold 8pt Arial; 
  color : black; 
  text-align : center; 
} 
.smaller {
  font-size: 75%;
}
.normal { 
  font : 10pt Arial; 
  color : black; 
  text-align : left; 
} 
.normalcenter { 
  font : 10pt Arial; 
  color : black; 
  text-align : center; 
} 
.ls { 
  font-family : 'Eras Medium ITC'; 
} 
.kr { 
  font-family : 'Kristen ITC'; 
}
.font_lc {
  font-family:"Lucida Calligraphy",Arial,sans-serif;
}
.font_em {
  font-family:"Eras Medium ITC",Arial,sans-serif;
}
.center {
  text-align:center;
}
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.black {
  color:black;
}
.blue {
  color:blue;
}
.brown {
  color:brown;
}
.coral {
  color:coral;
}
.darkgreen {
  color:darkgreen;
}
.deeppink {
  color:deeppink;
}
.fuchsia {
  color:fuchsia;
}
.green {
  color:green;
}
.lime {
  color:lime;
}
.orange {
  color:orange;
}
.purple {
  color:purple;
}
.red {
  color:red;
}
.yellow {
  color:yellow;
}
.bold {
  font-weight:bold;
}
.italic {
  font-style:italic;
}
.underline {
  text-decoration:underline;
}
.dash {
  margin:0 auto;
  text-align:center;
}
.blank {
  margin:0;
  padding:0;
}