body {
    font-family: "droid serif", serif;
    width: 80ex;
    margin: auto;
}

.background {
    opacity: 0.1;
    position: fixed;
    left: 50%;
    top: 5em;
    margin-left: -266px;
    z-index: -1;
}

h1 {
    padding-top: 1ex;
}

dt {
    margin-top: 1em;
    font-weight: bold;
}

dd {
    margin-top: 1em;
}

a:before {
    content: "» ";
}

a, a:link, a:visited {
    color: rgb(28, 131, 191);
    text-decoration: none;
}

a.internet {
    color: #ff0000;
}

a.internet:before {
    content: '⚠ ';
}

a.trusted {
    color: #008000;
}

a.trusted:before {
    content: '★ ';
}

p.inline {
    border: dashed 1px black;
    margin: 1em;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
}

.image-subline {
    margin-top: 1ex;
    text-align: center;
    font-size: 75%;
}
