a.store { display: inline-block; color: black; background-color: silver; border: solid 1px black; text-align: center; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; width: 20px; text-decoration: none; margin: 2px; } #ebookr { border-style: solid; border-width: 1px; border-color: Black; border-left: 0px; box-shadow: 5px 5px 3px black; } #ebookl { border-style: solid; border-width: 1px; border-color: Black; border-right: 0px; box-shadow: 5px 5px 3px black; } a.store:hover { background-color: black; color: silver; } a.actstore { display: inline-block; color: black; background-color: grey; border: solid 1px black; text-align: center; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; width: 20px; text-decoration: none; margin: 2px; }