/* CSS Document */

#memoryticker{
color:#767676;	/*LUCA: Indica colore da utilizzare per testi*/
background-color: #F2F2F2;	/*LUCA: Indica colore da utilizzare per sfondo testi*/
width: 95%;
hight: 100%;
font: bold 11px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 0px solid black;
padding: 15px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}

.Stile1 {color: #FFFFFF}
