Create un nuovo file con nome la laflotta.css
Impostate:Il font di tutti gli elementi a Verdana
a { font-family: Verdana, sans-serif; }
Indentare i paragrafi di 2em
p { text-indent: 2em; }
Impostare le intestazioni da h1 a h3 in Times ed in rosso scuro (darkred)
h1, h2, h3 { font-family: Times, serif; color: darkred; }