

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

p, h2, h3, h4, h5, h6 {
	font-size: 0.9em;
}

 * p p{
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}

img
{
	border: 0 none;
}

a:link{
	color: #333333;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

img.left {
	float: left;
	margin: 0 0.25em 0.25em 0;
}

.centerText {
	text-align: center;
}

.testoIntro, .articleIntro {
	margin: 0 1em 0 1em;
	padding: 0 0 0 0;	
}

.articleIntro .testoIntro, .articleIntro .paginazione{
	margin: 1.0em 0;
	padding: 0 0 0 0;	
}

.testoIntro h2, .articleIntro h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	margin:0 0 0.5em;
}


.testoIntro a, .articleIntro a{
	text-decoration:underline;
}

.testoIntro a:hover, .articleIntro a:hover {
	text-decoration: none;
}

