
.WebLink {
    margin:0 0 10px 0;
    background:#eee; 
}
.WebLink .HeadLink {
    background: radial-gradient(ellipse at center, rgb(219, 249, 247) 0%,rgb(81, 205, 230) 100%);
    height: 35px;
    width: 100%;
    background-size: auto 38px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}
.WebLink .HeadLink .Title {
    color: #fc6001;
    font: bold 13px/35px arial;
    text-transform: uppercase;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink .Content {
    padding: 10px;
    background: white;
    border: 0.1px solid #e0e0e0;
}
