#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 390px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 5px;
	text-align: left;
}

body {
	background-image: url(images/tile.jpg);
	background-color: #0C0C0C;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {text-decoration: none; color: #E74231}
A:visited {text-decoration: none; color: #E74231}
A:active {text-decoration: underline; color: #E74231}
A:hover {text-decoration: underline; color: #E74231;

}


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body,td,th {
	color: #000000;
}
.addictive {color: #404040}
.addictive {font-size: 10px;}
.addictive {font-family: Arial, Helvetica, sans-serif; }
.addictive A:link {text-decoration: none; color: #404040;}
.addictive A:visited {text-decoration: none; color: #404040;}
.addictive A:active {text-decoration: none; color: #E04330;}
.addictive A:hover {text-decoration: underline; color: #E04330;}

</style>