.linebox {

	background-position: center center;
	text-align: center;
	height: 20px;
	width: 570px;

	float: left;
}
.wordsbox {
	background-color: #FFFF99;
	background-position: center center;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 20px;
	width: 140px;
	padding-top: 3px;
	float: left;
	font-size: 11px;
}
.adbox {
	text-align: center;
	height: 60px;
	width: 570px;
	border: 1px groove #009933;
	padding: 10px;
	background-color: #CCFFCC;
}
.a_blue {
	color: #0066CC;
}
