body{
	font-family: Arial, Helvetica, sans-serif;
	color: #cb7e80;
	line-height: normal;
	margin: 0px;
	padding: 0px;

	
	background-color: #261811;
	font-size: small;
}

a{
	color: #71655e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link{
	color:#71655e;
	text-decoration: none;
}

a:visited{
	color: #71655e;
	text-decoration: none;
}

a:hover{
	color: #009999;
	
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #766c62;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #009999;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 108%;
font-weight: bold;
 color: #766c62;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #766c62;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #766c62;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
}

h6{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: ;
}
ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/pinkball.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/

