@import url("_normalize.css");
html, body { background-color:#000000;
	color:#fff;
}
.editablePage b, .editablePage strong{
	font-weight: bold !important;
}
.editablePage i, .editablepage em{
	font-style: italic !important;
}

.wysiwygdata {
	position: absolute;
	top: 645px;
	left: 0px;
	z-index: 5;
	width: 1080px;
	height: 1080px;
	color: #fff;
	font-size: 24px;
	font-family: "News Cycle", "Helvetica", sans-serif;
	padding-top: 2em;
}
.editablePage{
	width: 100%;
	height:100%;
	font-size: 1em;
	overflow: hidden;
} 

.editablePage h1,.editablePage h2,.editablePage h3,.editablePage h4,.editablePage h5,.editablePage h6,.editablePage p {
   line-height: 1.15;
   margin: 1.15em 0;
   font-weight: inherit;
}
.editablePage p{
	margin:.5em 0;
}
.editablePage h1 { font-size: 1.5em; }
.editablePage h2 { font-size: 1.3em; }
.editablePage h3 { font-size: 1em; }

.editablePage table *{
	/*border:solid red 1px;*/
	font-size: inherit;
	font-weight: inherit;
}
.editablePage table{
	font-weight: inherit;
	margin:0 auto;
	font-size:inherit;
}




