body {
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

a {
	color:	#039;
}

h1 {
	color:	#03C;
	font-family: Arial, Helvetica, sans-serif;
}

table caption {
	font-weight: bold;
}

table#container {
	margin-left: auto;
	margin-right: auto;
}

td#content {
	padding-top: 12px;
	padding-left: 24px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.navblock {
	width:	160px;
	font-weight:	bold;
	text-align: center;
	vertical-align: top;
}

table.data {
	border: 1px outset;
}

table.data th, table.data td {
	border: 1px inset;
	vertical-align: top;
}

li.caption {
	list-style: none;
	font-weight: bold;
	margin-left: -1em;
	margin-top: 1em;
}

div.headline {
	font-weight: bold;
}

img.float-left {
	float: left;
}

img.float-right {
  float: right;
}