@charset "iso-8859-1";

/* For Opera */
html>body #wrap
{
	width: auto;
}

/* hide what should not be printed */
#navigation, .cat-navi, .navipage, .bot-ad, .goo-search, .top-ad-index, .top-ad, #topbar, #sidebar1, #sidebar2
{
	display: none;
}

/* Show site title */
#header {
	background: #fff;
	width: auto;
	height: auto;
	font-size: 24px;
	font-weight: bold;
	}

/* Remove link styling */
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;
}

/* No colored backgrounds or text */
body *
{
	background-color: #fff;
	color: #000;
}


/******************************************************************************/
