body {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	text-align: justify;
}

td {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	text-align: justify;
	vertical-align:top;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ccccff;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #f0f8ff;
	font-weight: bold;
}

pre {
	font-size: 8pt;
}

div.outer {
	background-image:url(back.jpg);
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:500px;
	margin-left:0px; 
	margin-top:-250px;
}
      
div.inner {
	position:absolute;
	left:50%;
	top:50%;
	width:100px;
	height:100px;
	margin-left:-50px; 
	margin-top:-50px;
}

hr {
	height: 1px;
	color: #eeeeee;
}