.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	padding : 8px 5px;
	color : Black;
}

.scrolling {
	position: absolute;
	left: auto;
	top: auto;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	border:none;
	padding : 8px;
}

A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED  {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color : Red;
	text-decoration : underline;
}

#scrollbar { position:absolute; left:405px; top:195px; }
#content { position:absolute; left:180px; top:10px; width:220px; height:415px; overflow:hidden; }

B {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight : normal;
	color : Red;
}


