/* Questo foglio di stile fornisce la formattazione di base delle pagine per NN4 */
body {
background:#eee;
color:#000;
font:1em georgia,helvetica,sans-serif
} /* formattazione testo e sfondo */

/* formattazione dei titoli */
h1 { font-size:2em }
h2 { font-size:1.5em }
h3 { font-size:1.2em }
h4 { font-size:1em }
/* /formattazione dei titoli */

.bugfix {display : none}
/*
serve a correggere un bug sui validatori
automatici AAA (es. Bobby)
*/

