.article {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #000;
	text-decoration: none;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p {
	margin: 0.5em 0;
}

.article .topic {
	color: #F60;
	font-size: 120%;
	padding: 5px;
	margin-top: 1em;
	background: #CCC;
	font-style: italic;
}

.article .title {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;
}

.article .subtitle {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}
.article .author {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
.article .readcount {
	font-size: 85%;
	text-align: left;
	color: #444;
}

.article .text {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
.article .text h1 {
	font-size: 140%;
}
.article .text h2 {
	font-size: 120%;
}
.article .text h3 {
	font-size: 110%;
}
.article .text h4 {
	font-size: 100%;
	font-weight: bold;
}
.article .text p {
	font-size: 100%;
}

.article .text .titolo {
	font-weight: bold;
	font-size: 120%;
	display: block;
}
.article .text .titoletto {
	font-weight: bold;
	font-size: 110%;
}
.article .text .citazione {
	font-style: italic;
}
.article .text .evidenza {
	font-weight: bold;
}
.article .text .codice {
	white-space: pre;
}
.article .text .firma {
	text-align: right;
	font-weight: bold;
}
