/* printer styles */
@media print {

	#nav, #footer {
		display: none;
		}

#content {
 margin: 10px;
}

}
