.mouseover	{background-color: #FFFFFF;
  			 font-weight: regular; 
  			 text-align: center;
  			 color: #4D4A96;
  			 cursor: hand;
  			}
  			
.mouseout	{background-color: #4D4A96;
  			 font-weight: regular; 
  			 text-align: center;
  			 color: white;
  			 cursor: auto;
  			}
