div.outerbuttondemotest
{ 
   float: left; 
   width: 229px; height: 29px; 
   margin: 0 0px 0 0;    
   background: url( '/images/botones/pruebalo1.jpg' ) top left no-repeat; 
} 
div.outerbuttondemotest a 
{ 
   display: block; 
   margin: 0px; 
   padding: 7px 27px; 
   width: 100%; 
   height: 100%; 
   overflow: hidden; 
   font: normal 300 11px Verdana; 
   color: #0000FF; 
   text-decoration: none; 
   background: url( '/images/botones/pruebalo2.jpg' ) top left no-repeat; 
} 

div.outerbuttondemotest a:hover 
{ 
   background-image: none; 
   color: #800080; 
} 
div.outerbuttondemotest a:active 
{ 
   color: black; 
}