@MEDIA screen {
	.print-only {display:none;}
}

@MEDIA print {
	.print-only {display:block;}
  .no-print, .no-print *
  {
      display: none !important;
  }
  
  #subject {
  
  font-weight: bold;
  font-size: 20px;
  font-decoration: underlined;
  
  }
}

.formError { 
	color: #c00;
  font-weight: 700;
}

