
.WebLink {
    margin: 10px 0;
}
.WebLink .HeadLink {
    background: #0f5cb3;
    border-bottom: 1px solid #ddd;
    height: 30px;
}
.WebLink .HeadLink .Title {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 30px;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.WebLink .Content {
    margin-top: 5px;
}