.MjTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.MjTitleLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.MjRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.center {
   width: 800px;
   height: 780px;
   position: absolute;
   left: 50%;
   top: 50%; 
   margin-left: -400px; /* Half of the total width */
   margin-top: -390px; /* Half of the total height */
}