ol, ul {
	list-style: none;
}

ul {
	padding-left: 3em;
	list-style: none;
	text-indent: -1.4em;
}

ul.tight {
	padding-left: 1em;
	list-style: none;
	text-indent: -1em;
}

li:before {
	content: "\00BB \0020";
	font-size: 1.5em;
	font-weight: bold;
}

li.tight:before {
	content: "\00BB \0020";
	font-size: 1.1em;
	font-weight: bold;
}
/*
.article{
    font-size: 1.2em;
    margin: 1em;
}
*/

h3 {
	margin-bottom: 0.3em;
}
h4.tight {
	margin-bottom: 0.3em;
}
h1.tight {
	margin-bottom: 0.1em;
}

#ownerinfo {
	display: none;
}