/**
*
* Standard print CSS
* Copyright 2004 Jack Kwakman
*
*/

body 	{
	background: white;
	font-size: 100%;
	color: black;
	}

a:link, a:visited	{ 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


#header, #footer, #right	{
	display: none;
}