@charset "utf-8";
/* CSS Document, Print-out */

#sliderFrame {
	/* turn off the slider */
	display:none;
}

nav6 {
	/* turn off the navigation buttons */
	display:none;
}

header h1 a {
	/* disable hyperlink underlines */
	text-decoration:none;
	color:#000;
}

header h3 a {
	/* disable hyperlink underlines */
	text-decoration:none;
	color:#000;
}

.floatleft, .floatright {
	/* reduce the width of photographs */
	max-width: 240px;		
}

.webmaster {
	/* just in case, don't display all the webmaster comments */
	display:none;
}
