body, p {
	margin: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	background-color: #E2E0E0;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff; 
	}
table, tr, td {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	background-color: #E2E0E0;
	}
b {
	font-weight: bold;
	color: "#010080";
	}
img {
	margin: 0px;
	}
<!--
a:link       { text-decoration: none; color: #000000 }
a:visited    { text-decoration: none; color: #000000 }
a:active     { text-decoration: none; color: #001000 }
a:hover      { text-decoration: underline; color: #001080}
//-->
#imageleft {
        position: absolute;
		margin: 0px;
        left: 0px;
        top: 0px;
        }
#imageright {
        position: absolute;
        right: 0px;
        top: 0px;
        }