/* CSS Document */
@media print{

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  width: 90%;
}

#outerWrapper  {
 background-color: #fff;
 background-image: none;
 margin: 0px 0px 0px 0px;
 border:0px;
}

#outerWrapper #header {
   width: 100%;
    background-color: #fff;
   font-weight: bold;
   color: #520;
   background-image: none;
}

#contentWrapper {
background-color: #fff;
}

 h2 {
	color: #000;
}

.leftColumn1 {
display : none;
}

.leftColumn1b {
display : none;
}

.form  {
display : none;
}


.bodyLink a:link {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.bodyLink a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}


#flowerBot {
   display : none;

}

.flowerPc {
	 display : none;
}

.content {
  background-color: #fff;
  font-size: 12px;
  
  }
  
  
  
  /*This rule transforms a value like .../media/index.php into http://www.bodyjoy.org/media/index.php */
#content a[href^="/"]:after {
  content: " (http://www.bodyjoy.org" attr(href) ") ";
   }
   
   #outerWrapper .clearFloat {
  display : none;
}

#footer  {
 display : none;
}

}