@charset "UTF-8";
#list {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	height: 150px;
	width: 600px;
	overflow: scroll;
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
#list1 {
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #996633;
	overflow: scroll;
	height: 100px;
	width: 300px;
	background-color: #CCCCCC;
}

