@charset "UTF-8";
/* CSS Document - Print */

body { background: white }

/* Unfloat Content and Set to Printable Width
---------------------------------------------------------- */

/* Hide Content That Should Not Be Printed
---------------------------------------------------------- */
#nav_wrap { display: none; }
#nav_main { display: none; }
#nav_period { display: none; }
#thumb { display: none; }
#video_box { display: none; }

/* Reformat Links
---------------------------------------------------------- */
a:link, a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}
