body {
    background-color: #330000;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
}
a {
    color: white;
}
.alcont {
    padding: 8px;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
    height: auto;
    border-radius: 4px;
}
.alcont img {
    width: 62px;
    height: 62px;
    float: left;
    border-radius: 4px;
    margin: 4px;
    margin-right: 8px;
}
.altitle {
    font-weight: bold;
}
.alinfo {
    font-size: 12px;
}
