@import url("typo.css");
@import url("colour.css");
@import url("layout.css");
@import url("tools.css");

@media screen{
.ns {
	display:none;
}
}

@media print{

.np {
	display:none;
}



#header,
#footer,
#sub {
	display:none;
}

#content {
	width:auto;
	float:none;
}

#content .divroll {
	max-height:auto;
	height:auto;
	overflow:visible;
}


}
