li {
	margin-top: 7px;
	margin-bottom: 3px;
}
div.box {
	display:block;
	/**border: solid 1px #444;*/
	margin-bottom: 5px;
	padding: 3px;
	width: 60%;
	color: #c02020;
	font-weight: bold;
}
div.boxed {
	display:block;
	float: right;
	width: 20%;
	color: #c00;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	border-top: solid 2px #777;
	border-bottom: solid 2px #777;
	border-left: none;
	border-right: none;
	text-align:center;
	font-family: helvetica;
	font-style: italic;
	font-weight: bold;
}
div.para_title {
	display: block;
	margin-top: 7px;
	font-weight: bold;
}
div.tell {
	/*position: absolute;
	right: 21%;*/
	display: block;
	border: solid 1px #aae;
	background: #eef;
	line-height: 1.4em;
	padding: 2px 3px 2px 3px;
	font-size:small;
	text-align: left;
}
div.tell a {
	text-decoration: none;
}
div.tell a:hover {
	text-decoration: underline;
}




div.quote {
	display:block;
	margin-bottom: 5px;
	padding: 3px;
	color: #c02020;
	font-weight: bold;
}
div.tell {
	/*position: absolute;
	right: 21%;*/
	display: block;
	border: solid 1px #aae;
	background: #eef;
	line-height: 1.4em;
	padding: 2px 3px 2px 3px;
	font-size:small;
	text-align: left;
}

