@charset "iso-8859-1";

/**
 * print.css
 * 
 * This style sheet is for printers. It makes all text black on white and 100% width.
 *
 * It only displays the content column.
 *
 */

body
{
    background: #fff;
	color: #000;
}
.inside, #outer_header_container, #left_column, #right_column, #footer, hr
{ 
    display: none;
}
#center_column .inside
{
	width: 100%;
    display: block;
}
a 
{ 
    text-decoration: none; 
    font-weight: bold;
	color: #000;
}
