/* Fogli di stile per l'archivio di Fanny & Alexander"Ardis Monthly" */

A:link { text-decoration: none; color: #D10000 }                          /*  link "statici" e rossi  */
A:visited { text-decoration: none; color: #D10000 }
A:hover { text-decoration: underline; color: #D10000 }
A:active { text-decoration: none; color: #D10000 }
 
                 
BODY, TABLE, TD { font-family: Verdana, Arial, Helvetica, sans-serif;     /*  sfondo e testo generali  */
                  font-size: 8pt;
                  background-color: white;
                  color: black  }

.redlabel { color: white; background-color: #ED1C24; font-weight: bold }  /*  etichetta rossa  */
.titolo { font-weight:bold; font-size: 12pt }
                                   
.greytxt { color: #CFCFCF }                                               /*  testo e link "statici" grigio (secondo piano) */ 
.greytxt A:link { text-decoration: none; font-weight: bold; color: #CFCFCF }
.greytxt A:visited { text-decoration: none; font-weight: bold; color: #CFCFCF }
.greytxt A:hover { text-decoration: none; font-weight: bold; color: black }
.greytxt A:active { text-decoration: none; font-weight: bold; color: black }

.zero { margin: 0px;
        padding: 0px } 
   
