body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-color: #c8cfc6; */
	background-color: #d0d5c5;
	color: #333333;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 1cm;
	margin-bottom: 1cm;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-color: #ededed;
	border-spacing: 1;
}
td {
	border-color: #ededed;
	/* vertical-align: middle; */
}
th {
	border-color: #ededed;
	background-color: #abb198;
	padding: 2;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #949d7f;
	/* text-shadow: 2px 2px 1px grey; */
}
pre {
	font-family: "Courier New", Courier, monospace;
}
.caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #949d7f;
}
tr.njc {
	color: #888888;
	/* display: none; */
}
a:link    { color: #777777; text-decoration: none ! important; }
a:visited { color: #777777; text-decoration: none ! important; }
a:hover   { color: #333333; text-decoration: underline ! important; }
a:active  { color: #7f0000; }
a:hover.caption   { color: #333333; text-decoration: none ! important; }

