body
{
	margin: 1em;
	padding: 0;
	font-size: small;
	font-family: sans-serif;
	color: black;
	background-color: white;
}

h1
{
	font-size: 150%;
	font-weight: bold;
}

h2
{
	margin: 1.5em 0 1em 0;
	padding: 0.1em 0.5em;
	font-size: 120%;
	background-color: #001070;
	color: white;
	font-weight: bold;
}

table
{
	line-height:1.3;
	empty-cells: show;
	border-collapse: collapse;
}

th
{
	text-align: left;
	background-color: #f0f0f8;
}

td
{
}

td, th
{
	padding: 0.2em 1em;
	border-top: solid 1px #8080A0;
	border-bottom: solid 1px #8080A0;
}

.graph
{
	position: relative;
	width: 30em;
	border: solid 1px #8080A0;
	padding: 1px;
}

.graph .bar
{
	display: block;
	position: relative;
	background:  #8080ff;
	color: black;
	text-align: center;
	height: 2em;
	line-height: 2em;
}

