a.linkage {
    background-color: #ffa53a;
    box-shadow: 0 5px 0 #f77e00;
    color: mintcream;
    padding: 1em 1.5em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

a.linkage:hover {
    background-color: #2c6fb1;
    cursor: pointer;
}

a.linkage:active {
    box-shadow: none;
    top: 5px;
}

#linkbox {
    z-index: 222;
    position: fixed;
    bottom: 10px;
    right: 146px;
    background: #eee;
    padding: 20px;
    margin: 0px;
    border-top: 10px solid #ed9131;
    width: 280px;
    color: #2c6fb1;
    line-height: 2.1em;
}
