p {
    text-align: justify;
}

div.right {
    border: 1px solid #fcc;
    background: #ffe;
    width: 30em;
    float: right;
    clear: right;
    font-size: small;
    padding: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}

div.right h2 {
    font-size: small;
    border-bottom: none;
}

div.right li, div.right p {
    width: 25em;
}

div.right img {
    float: left;
    margin-right: 1em;
    border: none;
}

div.right pre {
    background: #fcfcee;
}

p.latest {
    background-color: #fee;
    text-align: right;
}