* {
	margin:0;
	padding:0;
}

body {
	border: none;
	width: 305px;
}

.information strong {
	font-size: 72%;
}

#news {
	font-size: 72%;
}

#news li {
	margin-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	overflow: hidden;
	line-height: 1.6;
}

#news li:after {
	content:"";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*\*/
* html #news li {
	height:1em;
	overflow: visible;
}
/**/

#news img {
	width: 40px;
	display:block;
	float: left;
	margin: 0 5px 0 0;
}


