
.box {
    clear: both;
    border: 1px dotted #F49500;
    padding: 5px;
}

.box a {
    text-decoration: none;
}

.box a:hover {
    text-decoration: underline;
}

.box .title {
    margin-left: 10px;
}

