@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 and the footer.
 *
 */

body
{
    background: #fff;
	color: #000;
}
#left_column, hr, .no_print
{ 
    display: none;
}
#center_column .inside, .footer
{
	width: 100%;
    display: block;
}
a 
{ 
    text-decoration: none; 
    font-weight: bold;
	color: #000;
}
.footer
{
    font-size: 80.1%;
}
h1.header
{ 
    font-style: italic;
    font-weight: bold;
}
.quote
{ 
    font-style: italic;
}
