
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	filter: dropShadow(color=#000000, offX=1, offY=1);
	height: 0px;
	}

A:hover { 
             color: #FFFFAA;
             text-decoration:line-through;
             height:0;  
             filter:flipv; 
             CURSOR:e-resize;}



A { 
             color: #FFFFAA;
             text-decoration:none;
             height:0;  
             CURSOR:e-resize;}





A:visited { 
             color: #FFFFAA;
             text-decoration:none;
             height:0;  
             CURSOR:e-resize;}

