.newsbox {
	height: 85px;
	width: 245px;
	overflow: auto;
	font-size: 10px;
}
.box_title {
	background-color: #D5D8B8;
	padding-left: 5px;
	font-weight: bold;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.border {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

