body {
	background-color: #C9C9FF;
	color: #C9C9FF;
	text-align: center;

}
 :link { color: #0000FF }
 :visited { color: #551A8B }
 :active { color: #EE0000 }
 span.dave {font-size: 80%; font-family: arial; color: #cc0000; }
 p.editor {text-align: center}
 h2.track {text-align: center}
 div.justify {text-align: justify; margin-left: 55px; margin-right: 55px;}
 div.bodycenter {text-align: center}
 div.title {text-align: center; font-family: arial}
.table {

	text-align: justify;

}
.verse {margin-left: 25px; font-style: italic;
}

 div.c1 {text-align: center; font-size: 14px; font-weight: bold; line-height: 25px;}
 
/*CONTAINER CLASSES*/
.float_left {
float:left;
}

.float_right {
float:right;
}

/* Adjust this width to fit your needs */
.container {
width:850px;
margin: 0 auto;
}

.container_head {
height:30px;
background-image:url(images/sidebar_center12.jpg);
}

/* To Center align the title add: text-align:center; */
.container_head_text {
height:23px;
padding:7px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:16px;
font-weight:bold;
  text-align: left;
}

.container_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#000000;
border-width: 1px 2px 2px 2px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #ffffdd;
  text-align: center;
  background-color: #ffffdd;
}