
#content {
	padding: 0px;
	margin:0px 0px;
	color:#ffffff;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
}
.news {color: #ffffff; text-decoration: none;}
a:hover.news {color: #FFC215; text-decoration: none;}
a:active.news {color: #ffffff; text-decoration: none;}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 155px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #6F3D18;
	margin: 0px auto;
	padding: 0px 10px 10px 5px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 155px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #6F3D18;
	margin: 0px auto;
	padding: 0px 10px 10px 5px;
}


