body 
{ 
	font-family: georgia, garamond, serif;
 	font-size: 10pt;
	color: #000000;
	background: #000000;
	background-image: url('images/tiny-legal-pad-tile.gif');
}

.scroll
{
	position: relative;
	top: -5px;
	width: 800px;
	padding: 25px;

	text-align:left;
	background-image: url(images/PPB[oh]1-MIDDLE-FRAME-TILE.gif);
	overflow: auto;
	font-family: georgia, garamond, serif;
	font-size: 9pt;
	color: #000000;
}

/* cuz IE sucks, cant understand this! */
html>body .scroll 
{
	width: 750px;
} 

.scroll h2
{
	font-family: georgia, garamond, serif;
	font-size: 11pt;
}

.scroll a:link 
{
	text-decoration: none;
	color: #990000;
}

.scroll a:visited 
{
	text-decoration: none;
	color: #990000;
}

.scroll a:active 
{
	text-decoration: none;
	color: #990000;
}

.scroll a:hover 
{
	text-decoration: none;
	color: #666666;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:active 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
	color: #333333;
}
