
/* Testo generale */

P { margin-left: 30px;
    margin-right: 30px;
    text-align: justify; }

H2.titolo { text-align: center;
            margin-top: 30px;
            margin-bottom: 30px;
            font-size: large;
            font-weight: normal;
            white-space: nowrap; }

P.tabella { margin-left: 15px;
            margin-right: 15px; }

TABLE { margin-left: 30px; }

TABLE.center { margin-left: 30px;
               margin-right: 30px; }

UL { list-style-type: square; }

LI { margin-left: 30px; }

FONT.blu { color: #0000ff; }
FONT.rosso { color: #ff0000; }

IMG.home { position: absolute;
           right: 80px; }

P.citato { margin-left: 10px; }

FONT.didascalia { font-size: x-small; }

HR.short { width: 60%; }

A:link    { color: #0000ff;
            text-decoration: none; }
A:visited { color: #0000ff;
            text-decoration: none; }
A:hover   { color: #0000ff;
            text-decoration: underline; }


A.email:link    { color: #a00000;
                  text-decoration: none; }
A.email:visited { color: #a00000;
                  text-decoration: none; }
A.email:hover   { text-decoration: underline;
                  color: #800000; }



/* Menu left */

H1.left { color: #555555;
          font-size: large;
          margin-bottom: 0px;
          margin-top: 0px; }
H2.left { color: #FF0000;
          font-size: small;
          font-style: normal;
          font-family: sans-serif;
          font-stretch: narrower ;
          font-weight: 200;
          margin-bottom: 16px;
          margin-top: 0px; }

P.left { color: #265260;
         font-size: xx-small;
         font-family: Verdana,Arial,Helvetica;
         text-indent: -15px;
         text-align: left;
         margin-left: 19px;
         margin-right: 0px;
         margin-bottom: 3px;
         margin-top: 2px;}

A.left:link    { color: #265260;
                 text-decoration: none; }
A.left:visited { color: #265260;
                 text-decoration: none; }
A.left:hover   { text-decoration: none;
                 color: #0000dd;
                 background-color: #EDFF78; }

/* Menu bottom */

H4.bottom { color: #555555;
            font-size: medium;
            margin-bottom: 0px;
            margin-top: 0px;
            text-align: center; }

P.bottom { margin-left: 30px;
           margin-right: 30px;
           text-align: justify; }

UL.bottom { color: #bb0000;
            margin-right: 20%; }

LI.bottom { margin-bottom: 10px }

A.bottom:link    { color: #265260;
                   text-decoration: none; }
A.bottom:visited { color: #265260;
                   text-decoration: none; }
A.bottom:hover   { text-decoration: none;
                   color: #0000dd;
                   background-color: #EDFF78; }



/* Menu top */

H4.top { color: #555555;
         font-size: medium;
         margin-bottom: 0px;
         margin-top: 0px;
         margin-left: 10px; }

P.top { color: #265260;
        font-size: xx-small;
        font-family: Verdana,Arial,Helvetica;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 5px;
        white-space:nowrap; }

FONT.arrow { color: #000000;
             font-size: xx-small;
             font-weight: 900; }
