@media screen, projection {

	table td,
	table th { background: #e3d6bd; border-right: 1px solid #cab57b; border-bottom: 1px solid #cab57b; color:#33230f; padding: 5px 10px; }
	tr.stripe td,
	tr.stripe th { background: #f3e5cb; }
	
}

@media print {

}

