/************************************************/
/*						*/
/*		HI SURFER,			*/
/*	This stylesheet is for you. I think	*/
/*	you don't want print all the stuff	*/
/*	from this site, like navigation and	*/
/*	so on.					*/
/*	So this is for saving ink and money.	*/
/*						*/
/*	If you want to print all the stuff	*/
/*	you have to copy all the content	*/
/*	into a text document and then print	*/
/*	it.					*/
/*						*/
/************************************************/

/*	generel style				*/
/************************************************/
body
{
	width:140mm;
	background-color:white;
	color:black;	/* cheepest colors	*/
}

img, #topnavi, #lnav
{
	display:none;
}

/*	no orientation				*/
/************************************************/
.orientation
{
	display:none;
}

/*	no topnavigation			*/
/************************************************/
.navigation_left_filler,.active_topnavigation,.inactive_topnavigation
{
	display:none;
}

/*	no leftnavigation			*/
/************************************************/
#leftmenue
{
	display:none;
}

/*	no commentlinks				*/
/************************************************/
.usercomment
{
	display:none;
}

/*	no ads					*/
/************************************************/
#footer
{
	display:none;
}

/*	no toplink				*/
/************************************************/
.toplink
{
	display:none;
}

/*	the content				*/
/************************************************/
#content
{
	/*	Do something, or leave it ;-)	*/
}



