/** style sheet used when printing **/

/* hide unnecessary sections */
#secondary-nav {
	display: none;
}

#nav {
	display: none;
}

#footer ul {
	display: none;
}


/* print styling */

* {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3, h4 { 
	font:size: 16px;
}

p, li {
	font-size: 14px;
}
