div.peter {
    background-color: #A0A0A0;
    color: #2E233A;
    text-align: center;
    width: 75%;
    margin: 40px auto 0;
    padding: 10px 0;
}
div.peter, img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.w {margin-left: auto; margin-right: auto; width: 500px; overflow: auto; height: 100%;}
div#m {display:table-cell; vertical-align:middle; width:170px; padding-left: 10px; padding-right:10px;}
div#howard {display:table-cell; vertical-align:middle; width:330px; padding-right:10px;}
body {
    background-color: #2E233A;
    color: #A0A0A0;
    font-size: 0.8em;
    font-family: georgia, serif;
    line-height: 1.4;
}
h1 {font-size: 2em}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h1, h2, h3 {
    font-weight: bold;
    text-shadow: #ddd 1px 1px 1px;
}
h4 {font-size: 1em}
h6 {font-size: 0.9em}
a,a:visited {color: #2E233A; text-decoration: none;}
a:hover {text-decoration: underline;}
ul {
    list-style-type: none;
    margin: 2em 0;
    padding: 0;
}

