<style type="text/css">
/* Inserisco dati classi */
p.testoverdana { font-size: 12px;
font-family: Verdana; }
h1.testorosso { color: red;
font-family: Arial;
text-decoration: underline;
text-transform: uppercase; /* Testo maiuscolo */ }
h2.testorosso { }
/* Tutti i “testorosso” sono di 15px e hanno uno sfondo nero */
.testorosso { font-size: 15px;
background-color: black;
font-weight: bold; /* Inserisco grassetto */
font-style: italic; /* Inserisco corsivo */ }
body.immagine { background-image: url(http://www.immaginesfondo.gif);
text-align: justify;
white-space: pre; }
.immagine { background-repeat: repeat;
background-attachment: scroll; /* Segue la pagina */
background-position: top left; }
</style>