/*Stylesheet class to create yellow text*/
body
{
	background-color: #D6A23D;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align:left;
  font-weight: bold;
  background-image: url(http://www.mbongivillage.org/images/back.jpg);
}

a:link, a:visited {
  color: #ff00ff;
}

h1 {
  color: #00ffff;
  font-size: XX-large;
	font-weight: bold;
  margin-top: 1em;
  margin-bottom:1em;
}

h1.title, h2.title, h3.title, h4.title, p.title, div.title {
  text-align:center;
}

.centered-contents {
  text-align:center;
}

h2 {
  color: #ff0000 ;
  font-size: X-large;
}

h3 {
	color: #ffff00;
  font-weight: bold;
  font-size: large;
}

h4 {
	color: #ff00ff;
  font-weight: bold;
  font-size: large;
}

p {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.yellow
{
	color: #ffff00;
}

.yellowtext
{
	color: #ffff00;
	font-size: 18px;
	font-weight: bold;
}

/* Stylesheet class to create purple text*/
.purpletext
{
	color: #ff00ff;
	font-size: 18px;
	font-weight: bold;
}

/*Stylesheet class for standard text on site*/
.standardtext
{
	color: #ff00ff;
	font-size: 14px;
	font-weight: bold;
}

/*Stylesheet class to create white text*/
.whitetext
{
	color: White;
	font-family: Times;
	font-weight: bold;
}

#loukoua_logo {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:450px;
  height: 417px;
}

table.content {
/*  display:block; 'block' displays a second rectangular region slightly offset.''*/
  width: 520px;
  border: none;
  padding: 0;
  background-color: #5b3d23;
  vertical-align: top;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}

li.loukoua_list {
	font-size: 18pt;
	text-align: center;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-bottom: 5px;
  margin-top: 5px;
}

ul {
  list-style-type:disc;
}

.emphasize-text {
  color: blue;
}

/*Stylesheet class to create the text on the classes.html page*/
.classestext
{
	color: 	#800080;
	font-family: Times;
	font-weight: bold;
}