/* project/print.css */

@media print {

	body {
		font-family: 'Strait', sans-serif;
	}
	
}