@media print {
	.table { width: 700; }
	.textbody { width: 550; }
}

@media screen {
	.table {  }
	.textbody { }
}

.searchTerm
{
    background-color: Yellow;
}
