
div#menu, div#header, div.sidebar, div#footer, div#path {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div.contents {
	width: 100%;
	}
div.contents h1 {
	color: #c33;
	font-size: 17px;
	}
div.contents table {
	width: 87%;
}
div.contents div {
	width: 87%;
	border: 0px;
	border-bottom: 1px #f90 solid;
	}
