/* your styles go here */

.facehover {
background-color: #0080FF; 
color:#2E2E2E;
}
  
.facehover:hover {
 background-color: #045FB4;
}

.inshover {
background-color: #fff; 
color:#2E2E2E;
}
  
.inshover:hover {
 background-color: #BDBDBD;
}

.googlehover {
background-color: #FF0000; 
color:#2E2E2E;
}
  
.googlehover:hover {
 background-color: #B40404;
}

.mailhover {
background-color: #FF8000; 
color:#2E2E2E;
}
  
.mailhover:hover {
 background-color: #DF7401;
}


