body {
background: #d9d9d9;
font-size: 0.75em;
font-family: Arial, san-serif;
margin: 0px;
padding: 0px;
}

/* <IMG> */
img{
display: block;
border: 0px;
}

/* <P> */
p {
text-align: justify;
margin: 0px;
/*font-size: 0.9em; */
}
.variant{
font-variant: small-caps;
}
.ruolo{
font-variant: small-caps;
color: #888;
}
/* <H1> */
.h1{
font-size: 1.5em;
font-weight: bold;
}
/* <H2> */
.h2{
font-size: 1.3em;
font-weight: bold;
}
/* <H3> */
.h3{
font-size: 1.2em;
font-weight: bold;
}

/* <HR> */
hr{
	width:85%;
	height: 1px;
	color: #328fa9;
	border: none;
	background-color: #328fa9;
}
td { }
a.link{
font-size: 0.95em;
}
a.link:link {
color: black;
text-decoration: none;
 }
a.link:visited {
text-decoration: none;
color: black;
 }
a.link:hover {
text-decoration: underline;
 }
a:active { }

