	/* yoga_peace_print.css */


	/* improve font sizes and color */
body {color:black; font-size:1em;}
a {color:black;}
.schedule {font-size:1.3em}


	/* remove unwanted items */
#nav, #corner1, #corner2, #footer, #column_right {display:none;}
body, #content {background:none;}


	/* ensure content spans full page width */
#header, #middle, #column_left, .class_schedule {width:100%; margin:0; float:none;}

	/* give class schedule some borders */
.class_schedule tr {border-color:#555; border-width:1px;}
