body {
    background: url('blogspot-background.jpg') no-repeat fixed top center;
}
.content {
    background-color: #ffffff;
    width: 75%;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    background-color: #e0e0e0;
}

.ctr {
    text-align: center;
}

.mug {
    float: left;
    margin-right: 3px;
    margin-bottom: 1em;
}

.blurb {
    clear: both;
    border: 1px solid transparent;
}

.padlist {
    padding: 0.5em;
}

.monoright {
    font-family: monospace;
    text-align: right;
}

.greyback {
    background: #e0e0e0;
}

table.pres {
    padding-left: 1em;
    list-style-position: inside;
}

table.pres td {
    padding-right: 1em;
    white-space: nowrap;
}

table.pres td.bullet {
    display: list-item;
    white-space: nowrap;
}

table.pres td.bullet2 {
    display: list-item;
    list-style-type: circle;
    padding-left: 2em;
}

