.curvebox2 {

	padding: 10px;
	background-color: #BCD0ED;
	color: #33527B;
 
}
 
  .buttonxl
{
   /*background-color: Blue; /*This is your regular color*/
}
 
.buttonxl:hover
{  
    background-color:#D6D6CC;
    font-size:medium;
 /*The color when you pass mouser over it*/  
    
}