/*  Foglio di stile generale per sito Web David Loom  */

BODY { margin: 0px; padding: 0px;
       text-align: center;
       font-family: "Ariel SudEuro", Arial, Helvetica, sans-serif; font-size: 90%;
       background-color: White;
       color: Black; }

A:link { background: transparent; text-decoration: none; color: red; }
A:visited { background: transparent; text-decoration: none; color: red; }
A:hover { background: transparent; text-decoration: none; color: red; }
A:active { background: transparent; text-decoration: none; color: red; }

TT { font-family: Outfix, "Courier New", Courier, monospace; }
/* questo font "Outfix" e' disponibile presso http://www.verylim.com/Outfix/  */

.low  { font-size: 70%; }

.alt { margin: 50px;
       text-align: left;
       font-family: "Ariel SudEuro", Arial, Helvetica, sans-serif; font-size: 90%; } /* corpo per versione Web alternativa */