body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.3;
	/* margin: 0px 6px; */
	margin-top: 0;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	background-color: DarkBlue;
	color: LightYellow;
	/* Right and left margins compensate those of "body" */
	/*
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 0px;
	margin-bottom: 10pt;
	*/
	margin-top: 0;
	/* Right and left paddings compensate appropriate margins */
	/*
	padding-left: 20px;
	padding-right: 20px;
	*/
	/* Top and bottom paddings define height of the box */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	/* background-color: peachpuff; */
	/* padding: 3px; */
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

table {
	font-size: 8pt;
	background-color: lightyellow;
}

th {
	background-color: peachpuff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

img.icon {
	border: none;
}

.date {
	white-space: nowrap;
}

.filename {
	white-space: nowrap;
}

.filesize {
	white-space: nowrap;
	text-align: right;
}
