/*
** If we want to tweak the look of the printed version,
** then we'd put the styles here.
*/
body
{
   background: #FFFFFF;
}
h1
{
   color: #000000;
}
h2
{
   color: #333333;
}
h3
{
   color: #000000;
}
p,ul,ol,select,a
{
   color: #333333;
}

/*
** Layout
*/
.left-menu
{
	display: none;
}
.bottom-menu
{
	display: none;
}
