/* CSS Document */

body {
	font-family:Georgia, Helvetica, sans-serif;
	font-size:12px;
    color:#44291c;
}


/*==================text================*/
p{
	margin-bottom:15px;
}
h1.title{
	font-size:14px;
	color:#f6ebc9;
	font-style:italic;
	float:left;
}
h2{
	
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#411d0d;
	margin-bottom:15px;
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
    color:#e86d00;
    font-weight:bold;
	text-decoration: none;
}


#editorbody {
	background-color:#F9F0CF;
}