.scrollToTop{
    background: url("top.gif") no-repeat scroll center center transparent;
    border: 1px solid #D0D3D8;
    bottom: 34px;
    color: #444444;
    display: none;
    font-weight: bold;
    height: 7px;
    padding: 5px;
    position: fixed;
    right: 80px;
    text-align: center;
    text-decoration: none;
    width: 11px;
}
.scrollToTop:hover{
    text-decoration:none;
    border-color: #c1c1c1;
}