﻿@import url('layout.css');

@media print {
	h1, h2, h3 {
	font-family: Calibri;
	}
	p {
	font-family:calibri;
	font-size: small;
	}
	#navigation {
	display: none;
	}
	#column_r {
	display: none;
	}
	#footer {
	display: none;
	}
	#masthead {
	display: none;
	}
	#contact {
	display: block;
}
}