html, body { 
	background-color:#000000;
	margin:0;
	/*font-family: 'Arial', sans-serif;*/
}
.editablePage b, .editablePage strong{
	font-weight: bold !important;
}
.editablePage i, .editablepage em{
	font-style: italic !important;
}
.wysiwygdata {
	color: #fff;
	    font-weight: normal;
	    position: absolute;
	    z-index: 5;
	    font-size: 16px;
	    z-index: 5;
	    top: 110px;
	    left: 0px;
	    width: 1920px;
	    height: 711px;
	    /* border-top: 2px #fff solid; */
	    /* border-bottom: 2px #fff solid; */
	    font-family: 'Trajan Pro';
	    /* background-color: rgb(26, 82, 118, .4); */
	    /* border-top: 2px #fff solid; */
	    /* border-bottom: 2px #fff solid; */
	    padding-top: 136px;
}


.editablePage{
	width: 100%;
	height:100%;
	font-size: 1em;
	font-family: inherit;
	overflow: hidden;
	color: inherit;
} 
.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 h1 { font-size: 3em; }
.editablePage h2 { font-size: 2em; }
.editablePage h3 { font-size: 1em; }

.editablePage table *{
	/*border:solid red 1px;*/
	font-size: inherit;
	font-weight: inherit;
}
.editablePage table{
	font-weight: inherit;
	font-size:inherit;
}
img {
/*filter: drop-shadow(2px 3px 4px black);*/
}
