
.WebLink {
    margin: 10px 0;
}
.WebLink .HeadLink {
background: rgba(127,186,0,1);
background: -moz-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127,186,0,1)), color-stop(100%, rgba(159,204,63,1)));
background: -webkit-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -o-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: -ms-linear-gradient(top, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
background: linear-gradient(to bottom, rgba(127,186,0,1) 0%, rgba(159,204,63,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fba00', endColorstr='#9fcc3f', GradientType=0 );
    border-radius: 5px 5px 0 0;
    height: 28px;
}
.WebLink .HeadLink .Title {
    color: #FFFFFF;
    font: bold 10pt/28px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.WebLink .Content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
