@charset "utf-8";
/* CSS Document */


body {
color:#fff;

}
.mceContentBody {background: #A9896B;}

p {
	margin-bottom:8px;
	font-size:1em;
	line-height:16px;
}

img {}


.clear {
	clear:both;
	margin:0px;
	font-size:1px;
}


h1 {
font-size:1.15em;
margin-top:4px;
margin-bottom:4px;
}

h2 {
font-size:1.1em;
margin-top:12px;
margin-bottom:4px;
}

p {
margin-top:4px;
margin-bottom:12px;
line-height:16px;
}

ol,ul {
margin-top:0px;
margin-bottom:8px;
padding-left:2em;
font-size:1em;

list-style-position: inside;
}
ol {list-style-type:decimal;}
ul {list-style-type:square;}

ol li {
margin-top:4px;
margin-bottom:4px;
font-size:1em;
list-style-type:decimal;
list-style-position: inside;
}

strong {font-weight:bold;}
em {font-style:italic;}

a {text-decoration:underline;color:#fff;}




