.cliplist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 14px;
}
.cliplist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cliplist a, .cliplist a:visited {
	color: #333;
	text-decoration: none;
}
.cliplist a:hover {
	color: #0495E7;
	text-decoration: none;
}
#mycustomscroll {
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#archivelist {
	width: 350px;
	height: 260px;
	padding: 10px;
	margin-left: 36px;
	margin-top: 20px;
	background-color: #CDCACA;
	font-size: 90%;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 300px;
	height: auto;
	color: black;
	padding: 1px;
}
