html {
	background-color: #e0e0e0;
}

body {
        margin-top: 0px;
	margin-left: 15%;
	margin-right: 15%;
	/* color: #000120; */
	/* color: #4d536b; */
	color: #333333;
	background-color: white;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	padding: 2em;
	/* font-family: Verdana, Helvetica, Arial, Sans-Serif; */
	font-family: "trebuchet ms",arial,"hirakakupro-w3",osaka,"ms pgothic",sans-serif;
	font-size: 9pt;
	text-align: justify;
}
.navheader table, .navfooter table {
	font-size: 10pt;
	padding-top: 10pt;
	color: #01143e;
}
div.mediaobject {
	text-align: center;
}
h1, h2, h3, h4, h5, h6, h7 {
    	color: #01143e;
    	/* color: #4d536b; */
}
h1.title {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #71aeca;
}
h2.subtitle {
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	color: #f78f3c;
}
h3.author, h3.author span.firstname, h3.author span.surname {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
table {
	font-size: 10pt;
}
thead {
	font-weight: bold;
}
tfoot {
	font-weight: normal;
}

li {
	margin-left: 2em;
}
a:visited, a:link, a:active {
	/* color: #640008; */
	/* color: #965d62; */
	color: #00315c;
	/* font-family: Arial, Helvetica, Verdana, Sans-Serif; */
	font-family: "trebuchet ms",arial,"hirakakupro-w3",osaka,"ms pgothic",sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #00315c;
	text-decoration: underline;
}
div.mediaobject {
	font-size: 8pt;
}
sup {
	font-size: 8pt;
}
span.abbrev {
	font-weight: bold;
}
span.surname {
	font-weight: bold;
}
.imperia_footer, .imperia_footer a:visited, .imperia_footer a:link, .imperia_footer a:active {
	font-size: 8pt;
}
span.remark {
	color: red;
	font-weight: bold;
}
pre.programlisting {
	background-color: #e6e6e6;
	border: 1px dashed black;
	padding: 1em;
	margin: 2em;
}

td.works {
	background-color: #9dcb39;
	color: black;
}
td.dodgy {
	background-color: #ff7f00;
	color: black;
}
td.works_not {
	background-color: #ff7070;
	color: black;
}
