#news p {
	margin: 15px;
	font-family: Arial;
	font-size: 12px;
}

#news {
	float: left;
	width: 200px;
	background-color: #eef6e9;
	margin-left: 10px;
}
#news a {
	color: #669933;
	text-decoration: none;
	font-style: italic;
}
#news a:hover {
	color: #669933;
	text-decoration: underline;
	font-style: italic;
}
#news h3 {
	color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 5px;
	text-transform: uppercase;
}
#news strong {
	color: #006600;
}
#news img {
	border: thin solid #006600;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
}
#news b {
	margin: 0px;
	padding: 0px;
}
#news li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#news strong {
	text-align: left;
}
