a { color: rgb(000,000,000); }
a img { border: none; }
a:visited { color: rgb(190,190,190); }
a:active {color: rgb(000,000,000); }
a:hover { color: rgb(211,211,211); }
html { background-color: #ccc; }
div#container {
	border: 1px solid black;
	margin: 16px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background: white;
}
#title {
	margin: 12px 3px 4px 3px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	border: 1px solid black;
	background: rgb(240,240,240);
}
#title div { position: relative; top: -1px; left: -1px; }
#title div div { position: relative; top: 0px; left: 2px; }
#title div div div { position: relative; top: 2px; left: -2px; }
#title div div div div { position: relative; top: 0px; left: 2px; }
#title div { background: transparent url(rnd-bb-tl.png) no-repeat top left; }
#title div div{ background: transparent url(rnd-bb-tr.png) no-repeat top right; }
#title div div div { background: transparent url(rnd-bb-bl.png) no-repeat bottom left; }
#title div div div div { background: transparent url(rnd-bb-br.png) no-repeat bottom right; }
div#content {
	clear: left;
	background: transparent;
}
div#content {
	margin-bottom: 10px;
	margin-left: 64px;
	margin-right: 64px;
	padding: 3px;
}
div#content h1 { margin: 0px; }
div#content #thepdf,
div#content #lastpdf {
	text-align: center;
}
div#content #thepdf  div {
	color: #149948;
}

div#footer {
	text-align: center;
	font-size: 80%;
	color: rgb(102,102,102);
}
