/* print.css: Style Sheet for Printing Info Pages from the FM Kirby Center Website */

body {
	background: #FFF;
	color: #000;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

#slogan,
#masthead img {
	visibility: hidden;
}

#masthead { visibility: hidden; }

table.headerbar, table.sidebar, table.searchbar { display: none;
	visibility: hidden; }

p { margin: 0; }
