@CHARSET "ISO-8859-1";

#home_news
{
	border:1px solid #E3E3E3;
	float:left;
	position:relative;
	width:97%;
	margin: 5px;
	padding: 5px;
}

#home_news .title a
{
	font-size: large;
}

#home_news .content
{
	font-size: small;
}

.author
{
	font-style: italic;
	font-size: small;	
}

.pagination
{
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
}
