classes.menu.all.fontFamily = "Arial";
classes.menu.all.fontSize = "12px";
classes.menu.all.fontWeight = "normal";
classes.menu.all.textDecoration = "none";
classes.menu.all.color = "#0033CC";

classes.titoletti.all.fontFamily = "Arial";
classes.titoletti.all.fontSize = "14px";
classes.titoletti.all.fontWeight = "bold";
classes.titoletti.all.textDecoration = "none";
classes.titoletti.all.color = "#FF9900";

classes.cariche.all.fontFamily = "Arial";
classes.cariche.all.fontSize = "10px";
classes.cariche.all.fontWeight = "bold";
classes.cariche.all.textDecoration = "none";
classes.cariche.all.color = "#0033CC";

classes.nomi.all.fontFamily = "Arial";
classes.nomi.all.fontSize = "12px";
classes.nomi.all.fontWeight = "normal";
classes.nomi.all.textDecoration = "none";
classes.nomi.all.fontStyle = "italic";

classes.titolo.all.fontFamily = "Times New Roman";
classes.titolo.all.fontSize = "18px";
classes.titolo.all.fontWeight = "bold";
classes.titolo.all.fontStyle = "italic";
classes.titolo.all.textDecoration = "none";
classes.titolo.all.color = "#CC3300";

classes.testo.all.fontFamily = "Verdana";
classes.testo.all.fontSize = "12px";
classes.testo.all.fontWeight = "normal";
classes.testo.all.fontStyle = "normal";
classes.testo.all.textDecoration = "none";
classes.testo.all.color = "#000099";

with (tags.INPUT) {
fontFamily = "Arial";
fontSize = "10px";
fontWeight = "normal";
textDecoration = "none";
color = "#1A469D";
backgroundColor = "#FFFFFF";
}

with (tags.SELECT) {
fontFamily = "Arial";
fontSize = "10px";
fontWeight = "normal";
textDecoration = "none";
color = "#1A469D";
backgroundColor = "#FFFFFF";
}

with (tags.A) {
fontFamily = "Verdana";
fontSize = "10px";
fontWeight = "normal";
textDecoration = "none";
color = "#0000CC";
}

with (tags.P) {
fontFamily = "Verdana";
fontSize = "10px";
fontWeight = "normal";
textDecoration = "none";
color = "#0000CC";
}

with (tags.TD) {
fontFamily = "Verdana";
fontSize = "10px";
fontWeight = "normal";
textDecoration = "none";
color = "#0000CC";
}