#berita {
	font-family: arial;
	font-size: 12px;
	margin-top: 10px;
	width: 480px;
}

#berita a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

#berita a:hover {
	color : #f16600;
	text-decoration: underline;
}


#berita .judul {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}


#berita .gambar{
	padding: 1px;
	margin-top : 5px;
	margin-right: 5px;
	border: 1px dashed gray;
}

#berita .info {
	
	margin-left: 10px;
	margin-top : 5px;
}

#berita .more {
	background: transparent url('../images/sprites_homeicon.gif') no-repeat scroll 0pt -470px; 
	padding-left: 8px; 
}