@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;
  
  }
  
  pre { 
		overflow-x: auto;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
  }
}

.formError { 
	color: #c00;
  font-weight: 700;
}

