body {
 /*background-color: #000000;*/
 text-align: center;
 padding: 0;
 margin: 0;
 background-color:#ffffff;
 color:#232323;
}

div#all {
 text-align: left;
 margin: 0 auto 0 auto;
 padding: 0;
 width: 700px;
 /*color: #ffffff;*/
 color:#232323;
}

div.stars {
 /*background-image: url(http://www.yogawithcherie.com/images/star.gif);*/
 background-image: url(http://www.yogawithcherie.com/images/star_white.gif);
 height: 13px;
}

div.wh_stars {
 background-image: url(http://www.yogawithcherie.com/images/star_white.gif);
 height: 13px;
}

h1 {
 text-align: left;
 font-family: georgia, serif;
 font-size: 0.95em;
 color: #2ea9a4;
}

h2 {
 text-align: left;
 font-family: georgia, serif;
 font-size: 0.9em;
 /*color: #cec0d9;*/
 color: #7200e4;
}

p {
 text-align: left;
 /*color: #ffffff;*/
 color: #232323;
 font-family: 'trebuchet ms', arial, sans-serif;
}

pre {
 text-align: left;
 color: #ffffff;
}

a {
 background-color: #000044;
 color: #ffffff;
 text-decoration: none;
 border-bottom: 1px solid #7102e4;
}


