.linktree {
    margin: 0 auto;
    box-sizing: border-box;
    width: 85%;
    max-width: 700px;
    height: 50px;
    padding: 10px 0px 10px 0px;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    cursor: pointer;
}
.linklined a
{ text-decoration: underline;}
.linklined a:hover
{ font-weight:600;}  