body {
	color: black;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	width: 750px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 10em;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background-color: inherit;
	clear: both;
}

h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

h1 {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2, h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}

h4, h5, h6 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

p.subtitle {
	text-align: center;
	margin-bottom: 5em;
}

p.tabs {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 3em;
	font-size: 85%;
}

p.center {
	text-align: center;
}

p.indented {
	padding-left: 3em;
}

a {
	text-decoration: none;
}

a.sponsor {
	margin: 2mm;
}

a:link {
	color: #0b0;
	background-color: transparent
}

a:visited { 
	color: #0b0;
	background-color: transparent
}

a:active {
	color: #000;
	background-color: transparent
}

td {
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}

td.time {
    white-space: nowrap;
    width: 12ex;
}

