@charset "utf-8";
/* CSS Document */
a.ss:hover {
 
   cursor: pointer;
 
   background-color: cyan;
 
}
