

/* WinNS4 */
h2, h3, h4, h5, h6, th, dt      { font-family:  Arial, Helvetica, sans-serif; }
H1 { font-family: Impact, Arial Black, Helvetica Black, sans-serif; }

/* WinNS4 */
P, DIV, DL, DT, DD, PRE, OL, LI, BLOCKQUOTE, ADDRESS        {
        color: black;
        }
        /* begin affordances */ /* 4 - swiss a */

A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL        {
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        }

BODY    {
        color:  black;
        background:     white;
        }

EM      {
        font-style:     normal;
        font-weight:    bold;
        color:  black;
        }

STRONG  {
        font-style:     italic;
        font-weight:    bold;
        color:  black;
        }

EM STRONG, STRONG EM    {
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
        color:  red;
        }

B       {
        font-weight:    bold;
        }

I       {
        font-style:     italic;
        }

.warning        {
        text-transform: none;
        font-style:     normal;
        font-weight:    bolder;
        background:     white;
        color:  red;
        }

DEL     {
        text-decoration:        line-through;
        background:     #F66;
        }

INS     {
        text-decoration:        underline;
        background:     yellow;
        }

VAR, CITE, DFN, .note   {
        font-style:     italic;
        }

ADDRESS {
        font-style:     normal;
        letter-spacing: .1em;
        }

ACRONYM {
        font-variant:   small-caps;
        letter-spacing: 0.1em;
        }

H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT    {
        color:  black;
        background:     white;
        }

HR      {
        color:  black;
        }

#colophon       {
        display:        none;
        }

COL, COLGROUP, TABLE, TBODY, TD, TR     {
        color:  black;
        text-decoration:        none;
        border-style:   none;
        }

A:link  {
        text-decoration:        none;
        font-weight:    bold;
        color:  #C00;
        background : #FCFBC5;
        }

A:visited       {
        text-decoration:        none;
        font-weight:    bold;
        color:  #999;
        }

A:active        {
        text-decoration:        none;
        font-weight:    bold;
        color:  #F00;
        }

A:hover {
        text-decoration:        none;
        color:  #C00;
        }

A.offsite       {
        text-decoration:        none;
        font-weight:    normal;
        color:  #C00;
        }

        /* end affordances */

/* WinNS4 */

div.color  {
  	  background : yellow;
        padding : 1.5em;
	  border : none;
	  }

P  {
     text-align : justify;
     font-family:  Arial, Helvetica, sans-serif;
     }


table.titolo  {
        background : #F8FC41;
        padding : 1em;
        }

td.titolo   {
        text-align :  center;
        text-valign : middle;
        font-weight : bold;
        font-size :   18pt;
        font-family : Impact, Arial Black, Helvetica Black, sans-serif;
        color :       purple;
        }

ul { type : circle; 
     font-family:  Arial, Helvetica, sans-serif;
     font-weight:  bold;
     font-size:    10pt;
     color:        navy;
   }


/* WinNS4 */

/* WinNS4 */
        /* begin body box */    /* 4 - 'twenty-fourths symmetric' */

BODY    {
        margin-top:     1.58em;
        margin-left:    4%;
        margin-right:   4%;
        margin-bottom:  1.58em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }
        /* end body box */

