/* FOGLIO DI STILE PER DEFINIRE LA GRANDEZZA DEL CARATTERE GENERALE DELLE PRESENTAZIONI */
/* DEFINISCO ANCHE LA GRANDEZZA PER EVENTUALI LINK */
/*
  I colori dei link cambiano a seconda della pubblicazione ma le dimensioni devono 
  corrispondere a quelle presenti nel testo in cui vengono inseriti. Quindi insieme al
  tag FONT definisco anche una grandezza per il tag A dove serve. 
*/

/* autore */
FONT.aut{font-size:16pt;font-family:Times New Roman;line-height:1,8em;font-weight:bold}
/* coaut */
FONT.coaut{font-size:12pt;font-family:Times New Roman;line-height:1,8em;font-weight:bold}
/* titolo */
FONT.tit{font-size:20pt;font-family:Times New Roman;font-weight:bold;line-height:1,6em}
/* Sottotitolo */
FONT.sot{font-size:13pt;font-family:Times New Roman;letter-spacing:0,2em;line-height:1,6em;font-weight:bold}
/* Curatori e simili */
FONT.cur{font-size:12pt;font-family:Times New Roman;font-style:italic}
/* Dati del libro */
FONT.dati{font-size:10pt;font-family:Times New Roman}
/* Collana */
FONT.col{font-size:10pt;font-family:Times New Roman}

/* Testo */
FONT.txt{font-size:11pt;font-family:Times New Roman}
A.txt:link{font-size:11pt;font-family:Times New Roman}
A.txt:visited{font-size:11pt;font-family:Times New Roman}
A.txt:hover{font-size:11pt;font-family:Times New Roman}

/* Bibliografia */
FONT.bibl{font-size:10pt;font-family:Times New Roman}
A.bibl:link{font-size:10pt;font-family:Times New Roman}
A.bibl:visited{font-size:10pt;font-family:Times New Roman}
A.bibl:hover{font-size:10pt;font-family:Times New Roman}
/* recensioni */
FONT.rec{font-size:10pt;font-family:Times New Roman;font-weight:bold}
FONT.rec A {font-size:9pt;}
/* Link nelle recensioni */
A.rec:link{font-size:10pt;font-family:Times New Roman;font-weight:bold}
A.rec:visited{font-size:10pt;font-family:Times New Roman;font-weight:bold}
A.rec:hover{font-size:10pt;font-family:Times New Roman;font-weight:bold}

/* Sommario */
.som{font-size:11pt;font-family:Times New Roman;font-weight:bold}
.som ol li{font-size:9pt}
