body {
	font-size: 10pt;
}

ol.toc {
	background: #fff;
	color: #fff;
	border: dashed #000 1px;
}

li.item {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 20pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #33f;
}
a.ref {
	font-weight: inherit;
	color: inherit;
}
a:visited {
	color: #99b;
}
a.main:visited {
	color: #55f;
}
a.btt {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	border: solid #005 1px;
	background: #bbf;
	color: #889;
	font-weight: bold;
	font-size: 14pt;
}

div.col, div.collatest {
	margin: 10px;
	padding: 3px;
}

div.col {
	border: solid #000 1px;
	min-width: 25px;
	max-width: 200px;
	float: left;
}

div.collatest {
	border: outset #eee 2px;
	max-width: 320px;
	float: left;
	background: #eee;
}

h1 {
	font-size: 60pt;
	margin-bottom: 2px;
}
div.date {
	font-weight: bold;
	font-size: 14pt;
	background: #005;
	color: #fff;
	padding-left: 5px;
}
div.head {
	font-size: 20pt;
	font-weight: bold;
	border-bottom: dashed #000 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

