@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;
}
#left_header, #left_column, #right_column, hr
{ 
    display: none;
}
#center_header
{
	width: 100%;
    display: block;
}
#center_column .inside
{
	width: 100%;
    display: block;
}
#footer
{
	width: 100%;
    display: block;
}
a 
{ 
    text-decoration: none; 
    font-weight: bold;
	color: #000;
}
