@import url("base.css");
@import url("commenti.css");

.article .article_img {
	width: 8em;
	height: 8em;
	float: left;
	margin: 0 5px 5px 0;	
}

.article .article_title {
	font-size: 170%;
	font-weight: bold;
}

.article .article_author {
	font-weight: bold;
}

.article .article_prologue {
	min-height: 9em;
	text-align: justify;
	font-style: italic;
}

.article .article_text {
	text-align: justify;

}

.ratingbox .caption{
	font-size: 120%;
	font-weight: bold;
	width: 100%;	
}

.ratingbox .rating_prologue {
	font-weight: bold;
}

.ratingbox p {
	margin: 0.5em 0 0.5em 0;
}
