body {
	SCROLLBAR-FACE-COLOR: #801453;
	SCROLLBAR-HIGHLIGHT-COLOR: #801453;
	SCROLLBAR-SHADOW-COLOR: #801453;
	SCROLLBAR-3DLIGHT-COLOR: #801453;
	SCROLLBAR-DARKSHADOW-COLOR: #801453; 
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #F90696;
}
.content{
	float: right;
	width: 228px;
	overflow: auto;
	height: 640px;
	border-top: solid 1px #000000;
}

.content h3{
	background: #801453;
	color: white;
	padding: 4px;
}
.content .title{
	font-weight: bold;
	color: #801453;
	line-height: 100%;
}
.content .dsc{
	line-height: 100%;
}
.content img{
	width: 50px;
	height: 50px;
}


