#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 420px;
	height: 420px;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin-left: 325px;
	margin-top: 50px;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
}
.style14 {color: #CCCCCC}
.style15 {font-family: sans-serif;
	font-size: 10px;
}
.style20 {color: #FFFFFF}
body,td,th {
	color: #000000;
}
a:link {
	color: #FF8AA5;
}
a:visited {
	color: #FF8AA5;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF8AA5;
}
