@font-face {
  font-family: "Interdimensional";
  src: url("../media/font/interdimensional.ttf");
  }

BODY {
  color: rgb(255, 255, 255);
  background-color: rgb(00, 00, 00);
  margin: 1%;
  font-size: 12pt;
  }

/* Qui ci sono gli stili dedicati alle tabelle */

.totale {
  width: 100%;
  min-width: 700px;
  }

.lato {
  width: 58%;
  margin: 1%;
  min-width: 406px;
  float: left;
  display: block;
  }

.colonna {
  width: 20%;
  margin: 1% 0px;
  min-width: 140px;
  float: left;
  display: block;
  }

.link {  /* Diventa invisibile stampando */
  display: block;
  }

.blocco {
  margin: 3%;
  margin-top: 2%;
  padding-top: 1%;
  padding: 2%;
  display: block;
  }

.trinity {                           /* Barra di navigazione: il nome Trinity
                                        deriva da quello della fondatrice,
                                        che fu la prima ad usare questo
                                        stile */
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: verdana, arial, sans-serif;
  font-size: 90%;
  line-height: 100%;
  text-align: center;
  border-width: thin;
  border-style: ridge;
  border-color: rgb(00, 00, 80);
  border-radius: 1em 1em;
  }

.trinity P {
  margin-top: 15px;
  margin-bottom: 15px;
  }


.fotodx {                           /* Per immagini a destra dello schermo! */
  float: right;
  margin: 10px;
  text-align: center;
 }

.fotosx {                           /* Per immagini a sinistra dello schermo! */
  float: left;
  margin: 10px;
  text-align: center;
  }

.fotodx P, .fotosx P {
  font-size: 85%;
  font-style: italic;
  }

.menu {
  background-color: rgb( 00, 153, 255);
  margin: 4px;
  padding: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb( 00, 153, 255);
  border-radius: 1em 1em;        /* solo CSS 3 (experimental) */
    -moz-border-radius: 1em;     /* Solo Mozilla (Thanks to Lazarus Long) */
  }

/* Parti del testo */

H1  {
  font-family: "Interdimensional", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 180%;
  line-height: 210%;
  text-align: center;
  }

H1.tmenu  {
  background-color: rgb( 37, 91, 218);
  color: rgb(114, 215, 243);
  margin: 4px;
  margin-top: 8px;
  padding: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  border-style: solid;
  border-width: 2pt;
  border-color: rgb( 37, 91, 218);
  border-radius: 2em 2em;   /* solo CSS 3 (experimental) */
   -moz-border-radius: 2em;
}

H2 {
  margin-top: 35px;
  margin-bottom: 15px;
  margin-right: 3px;
  margin-left: 3px;
  font-family: verdana, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 140%;
  text-align: left;
  clear: left;
  }

H2.blog  {
  color: rgb( 00, 255, 00);
  font-family: "Interdimensional", verdana, helvetica, sans-serif;
  font-size: 120%;
  margin-top: 2em;
  line-height: 130%;
  font-weight: bold;
  text-align: center;
  }

H3 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 3px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 110%;
  }

H4 {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 3px;
  padding-left: 40px;
  font-family: verdana, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  }


HR {
  width: 95%;
  clear: both;
  color: rgb(00, 00, 80);
  }

P  {
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 5px;
  margin-bottom: 0px;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  }

P.normal, P.first {
  text-align: justify;
  }

P.first:first-letter {
  font-size: 150%
  }

P.personaggi {
  font-family: "Interdimensional", helvetica, sans-serif;
  font-size: 120%;
  text-align: center;
  }

P.nota  {
  font-size: 80%;
  text-align: justify;
  }

P.author {
  text-align: right;
  font-style: italic;
  }

.rosa {
  color: rgb(255, 128, 192);
  }

.violet {
  color: rgb(255, 00, 255);
  }

PRE {
  margin-top: 10px;
  margin-right: 10px;
  font-family: courier new, courier, monospace;
  font-size: 100%;
  font-weight: normal;
  }

UL, OL {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  }

BLOCKQUOTE {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size:100%;
  }

LI {
  margin-top:5px;
  margin-bottom:5px;
  text-align: justify;
  }

DL {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  }

DT {
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  }

DD {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 20px;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  text-align: justify;
 }

A {
  color: rgb( 255, 255, 00);
  font-style: normal;
  text-decoration: none;
  }

A:visited {
  color: rgb( 255, 128, 00);
  }

A:hover {
  text-decoration: underline;
  }

.menu A {
  color: rgb( 255, 255, 00);
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  }

.menu A:visited  {
  color: rgb( 255, 255, 00);
  }

.menu A:hover {
  background-color: rgb( 00, 131, 193);
  }

CITE   {
  font-style: italic;
  font-weight: bold;
  }

EM {
  font-style: italic;
  font-weight: normal;
  }

STRONG {
  font-style: normal;
  font-weight: bold;
  }

Q {
  color: rgb( 00, 255, 255);
  }

Q:before   {
  content: open-quote
  }

Q:after {
  content: close-quote
  }

H1.tabella {
  color: #070707;
  background-color: #eaebed;
  font-family: verdana, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  margin-left: 2px;
  padding-top: 10px;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2pt;
  border-radius: 2em 2em;   /* solo CSS 3 (experimental) */
	 -moz-border-radius: 2em;
  }

P.menu  {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
  }

/* Pagine pronte per la stampa */

@media print {

BODY {
  color: rgb(00, 00, 00);
  background-color: rgb(255, 255, 255);
  margin: 1%;
  font-size: 12pt;
  }
  
.colonna {display:none;}

.link, .trinity {display:none;}

.lato {width:100%;}

H1  {
  font-size: 150%;
  line-height: 180%;
  text-align: center;
  page-break-after: avoid;
  }

H2 {
  page-break-after: avoid;
  }

H2.blog {
  font-family: Verdana, sans-serif;
  color: rgb( 00, 153, 255);
  page-break-after: avoid;
  }

H3 {
  page-break-after: avoid;
  }

A {
  color: rgb( 255, 255, 255);
  font-style: normal;
  text-decoration: none;
  }

A:visited {
  color: rgb( 255, 255, 255);
  }

P   {
  font-family: Times New Roman, Times, serif;
  page-break-before: avoid;
  orphans: 2;
  widows: 2;
  }

UL, OL, DL {
  font-family: Times New Roman, Times, serif;
  page-break-before: avoid;
  }

DT, DD {
  font-family: Times New Roman, Times, serif;
  }

}
