<STYLE TYPE="text/css">

BODY        { 
              font-family:  Arial, Helvetica, Sans-serif; 
              font-size: normal; 
            }

a:link      {
              color: #FFFFFF; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a:visited   {
              color: #FFFFC0; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a:hover     {
              color: #FFFFFF; 
              text-decoration: none; 
              font-weight: normal
               
            }
            
a:active    { 
              text-decoration: none
            }


a.Bold:link      {
              color: #FFFFFF; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a.Bold:visited   {
              color: #FFFFC0; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a.Bold:hover     {
              color: #FFFFFF; 
              text-decoration: none; 
              font-weight: normal
               
            }
            
a.Bold:active    { 
              text-decoration: none
            }


a.Giallo:link      {
              color: #FFFF00; 
              text-decoration: none; 
              font-weight: normal 
            }
            
a.Giallo:visited   {
              color: #FFFFFF; 
              text-decoration: none; 
              font-weight: normal 
            }
            
a.Giallo:hover     {
              color: #FFFF00; 
              text-decoration: underline; 
              font-weight: normal
               
            }
            
a.Giallo:active    { 
              text-decoration: underline
            }


a.Black:link      {
              color: #000000; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a.Black:visited   {
              color: #000000; 
              text-decoration: underline; 
              font-weight: normal 
            }
            
a.Black:hover     {
              color: #000000; 
              text-decoration: none; 
              font-weight: normal
               
            }
            
a.Black:active    { 
              text-decoration: none
            }


A.Rosso:link           { COLOR: #FF0000; FONT-WEIGHT: bold; TEXT-DECORATION: none }

A.Rosso:visited        { COLOR: #FF0000; FONT-WEIGHT: bold; TEXT-DECORATION: none }

A.Rosso:hover          { COLOR: #FFFFFF; FONT-WEIGHT: bold; TEXT-DECORATION: underline }



.Right
	{
	   font-size: 10px;
	   border-top:none;
	   border-right:1px solid #909090;
	   border-bottom:none;
	   border-left:none;
	}

.BottomBianco
	{
	   font-size: 10px;
	   border-top:none;
	   border-right:none;
	   border-bottom:1px solid #FFFFFF;
	   border-left:none;
	}

.TopBottomBianco
	{
	   font-size: 10px;
	   border-top:1px solid #FFFFFF;
	   border-right:none;
	   border-bottom:1px solid #FFFFFF;
	   border-left:none;
	}


</STYLE>