#contents h3,h4,h5 {
	margin-left: 0.3em;
}

#contents p {
	margin-left: 0.6em;
}

#contents table {
	border : 0px solid #333;
	border-left-width : 1px;
	border-top-width : 1px;
	border-collapse : collapse;
	margin : 0 0.5em;
	table-layout : auto;
	width : 99%;
	float : left;
}

#contents td, #contents th {
	margin : 0;
	padding : 0.3em;
	border : 0px solid #333;
	border-right-width : 1px;
	border-bottom-width : 1px;
	font-size : 0.8em;
}

#contents td {
	text-align : left;
	white-space : normal;
}

#contents h2 {
	margin-left: 0;
}

#contents h3,#contents h4 {
	font-size : 1em;
	border : 0 solid #333;
	border-left-width : 10px;
	padding-left : 4px;
}

#contents h4 {
	border-left-color : Green;
}

#contents h5 {
	font-size : 0.95em;
}

#contents h3,
#contents h4, #contents h5 {
	clear: both;
	margin-top : 1.5em;
	margin-bottom : 1ex;
}

#contents img {
	float: right;
	margin: 0 1ex 1em 1em;
}

#contents ul {
	list-style-type : square;
}

#contents li {
	margin-left : 1.5em;
}
#contents p.smaller {
    font-size: 0.8em;
}
