body
{
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  color: black;
  background-color: #ffffff;
}

.hidden {display:none;}

a:link, a:visited, a:active
{
  text-decoration: none;
}

.otherlink { color: #cd3a26; font-weight: bold}
.otherlink:hover { color: #ed7f26; }

.newslink { color: #333333; }
.newslink:hover {
  color: #000000;
  background-color: #f7f3bb;
/*  background-color: #ed7f26; */
}

.dxlink { color: #2b27ba; font-weight: bold}
.dxlink:hover { color: #8c89ed; }


.reflink { color: #ffffff; }
.reflink:hover { color: #b255e1; }


/* definizioni per pagine di testo */
h2.titolo
{
  font-weight: bold;
  font-variant: small-caps;
}

h3.autore
{
  font-style: italic;
}

td.testo
{
  text-align: justify;
}

.note
{
  text-align: left;
  font-size: 9pt;
}



/* home */
p.news
{
  text-indent: 10pt;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8pt;
}

p.news:before
{
  content: "- "
}


ul.news
{
  list-style: inside;
  text-indent: 0pt;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 8pt;
  padding: 0px 0px 0px 0px
}

li.news
{
  margin-top: 2px;
  margin-bottom: 2px;
}




/* section */
.bgsection { background-color: #ffffff; }
.bgsx { background-color: #999999; }
.bgdx { background-color: #cccccc; }


span.footnote
{
  font-size: 8pt;
  vertical-align: top;
}

pre
{
  font-size: 12pt;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  color: black;
}

p.cite {
	font-weight: italic;
	}


