
#content img.news
{
	float: left;
	border: solid 1px;
	padding: 2px;
	margin: 5px 10px 0px 0px;
	text-align: right;
	max-height:130px; 
	max-width:116px;
}

#content p.news
{
	margin: 0px 10px 0px 10px;
	padding: 15px 0px 15px 0px; /*top right bottom left*/
	//min-height: 180px;
}

#content p.comments
{
	border-bottom: dotted black 1px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px; /*top right bottom left*/
}

#content p.news big { font-size: 18px; font-weight: bold; }
#content p.news small { font-size: 12px; }
#content p.news a { color: black; }
#content p.news a:hover { color: #c0c0c0; }

