@charset "utf-8";
/* CSS Document */
.btnSave
{
color: #FF0000;
   
}

.btnSave:hover
{
 color: #FFFF00;
}

