.url2link
{
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: inset 0 0 5px 5px #f5f5f5;
    -webkit-box-shadow: inset 0 0 5px 5px #f5f5f5;
    box-shadow: inset 0 0 5px 5px #f5f5f5;
    padding: 10px;
    margin: 1em 0;
}

.link_title
{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.link_summary
{
    font-size: 90%;
}
