body {
	background-color: lightgrey;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

body, p, td {
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
        color: black;
}

table {
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-collapse: collapse;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

th {
	background-color: maroon;
	font-size: 36px;
	margin: 0px;
	color: white;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

th, td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

td {
	background-color: #eeeeee;
}

a:link, a:visited, a:active {
        text-decoration: none;
	color: orangered;
}

a:hover {
	color: darkgreen;
}

h1, h2, h3 {
	font-size: 24px;
	margin: 0px;
	color: black;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
}

h1 {
	text-align: center;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h2.abstract {
	text-align: center;
}

h2 a:link, a:visited, a:active {
	color: darkred;
}

li {
	font-weight: bold;
}

ul {
	font-weight: normal;
}

.credit {
	font-size: 8px;
	text-align: center;
}

table.join {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

td.join_label, td.join_field {
        font-family: helvetica, arial, sans-serif;
        font-size: 12px;
        color: black;
	background-color: white;
}

td.join_label {
	font-weight: bold;
	text-align: right;
}

