#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 350px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: static;
	background-color: #ffffe5;
	margin: 0.3em auto;
	padding: 15px;
	font-size: 11px;
}

#mycustomscroll a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
#mycustomscroll a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6699CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
#mycustomscroll a:hover, a:active {
	text-decoration: none;
	color: #9685BA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	}	
