/* print styles */
body {color: black; background: white;}
a:link, a:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
h1, h2, h3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}

#header, #sidebar {
	display: none;	
}

.yoga {
	float: right;
	top: 5px;
	clear: left;
}