body {font-family: helvetica, sans-serif }

/**************************************/
/*          BLOCCHI PRINCIPALI        */
/**************************************/

/* la barra superiore della pagina */
.navbar { font-size: 90%; }

/* individua il blocco che fornisce info sulla pagina stessa */
.refs { 
font-size: 90%;
font-style: italic;
}

/**************************************/
/*          BLOCCHI SEMANTICI         */
/**************************************/

/* il titolo */
.titlebar, .NeXTtitlebar { background-color: #cf0; } /*buggy*/

/* un blocco del contenuto. Su una stessa pagina ci potranno essere
 * piť content-block, indentati allo stesso livello.
 */
.contentbl, .weberror, .imagebl {
margin-right:  2%;
margin-left:   2%;
}

/* il lastmodified in fondo alla pag., contenuto nel refs */
.lastmod {
font-family: monospace;
font-style: normal;
text-align: right;
}

/**************************************/
/** SOTTOCLASSI DEI BLOCCHI SEMANTICI */
/**************************************/

address { text-align: right; }

ol, ul { /*if question mark is shown, remove margin+padding*/
list-style-type: square;
}

dt { font-weight: bold; }

.stonedpageinfo { text-align: right; }