
.myportlet dl {
    margin: 1px 0 1px 0;
}

.myportlet a {
    color: #B70B2B;
    text-decoration: none;
}

.myportlet .link-https {
    background: none;
    text-decoration: none;
}

.myportlet dt {
    background-image: url("myportletHdr.gif");
    background-repeat: no-repeat;
    background-position: top right;
    border-top: 2px solid #B70B2B;
    text-transform: uppercase;
    line-height: 1.6em;
    padding: 2px 0px 2px 0px;
    font-size: 10px;
    font-weight: bold;
    color: #B70B2B;
}

.myportlet dd {
    border: none;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
    margin: 0;
}



