@font-face {
  font-family: EMRegular;
  src: url(../fonts/EMprint-Regular.ttf);
}
@font-face {
  font-family: EMCondensed;
  src: url(../fonts/EMprint-CondensedRegular.ttf);
}


h1.redsmall {
	font-family: EMRegular;
	text-align:center;
	color: #fe000c;
}
h1.red {
  font-family: EMRegular;
  /*text-align:center;*/
  font-size: 72px;
  color: #fe000c;
}

h1.meetingRed {
  font-family: EMRegular;
  /*text-align:center;*/
  font-size: 80px;
  color: #fe000c;
}

h1.white {
  font-family: EMRegular;
  /*text-align:center;*/
  font-size: 30px;
  color: #ffffff;
}
h1.green {
	font-family: EMRegular;
 /* text-align:center;*/
	font-size: 72px;
	color: #1db100;
}


h1.meetingGreen {
	font-family: EMRegular;
 /* text-align:center;*/
	font-size: 80px;
	color: #1db100;
}

h1.gray {
  font-family: EMRegular;
  text-align:left;
  color: #5e5e5e;
}

h1.meetingroom {
  font-family: EMRegular;
  text-align:left;
  font-size: 36px;	
  color: #fe000c;
}                          

h1.adminroom {
  font-family: EMCondensed;
  text-align:left;
  color: #ffffff;
  /* -webkit-text-stroke: 0.1px red; */
}

pre.green {
  font-family: EMCondensed;
  text-align:center;
  color: #1db100;
}

pre.red {
  font-family: EMCondensed;
  text-align:center;
  color: #fe000c;
}

p {
  font-family: EMCondensed;
  color: #ffffff;
}

p.out {
  font-family: EMCondensed;
  color: #ffffff;
  outline: 2px dotted black;
}