body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

.email {
    font-family: Consolas, Courier New, monospace
}

a {
    color: #0044aa;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; color: #0088cc; }

#header {
    text-align: right;
    display: table;
}

#header, #content {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

#mugshot {
    width: 120px;
    height: 140px;
    padding: 10px;
    display: inline-block;
    vertical-align: bottom;
}

ul {
    list-style-type: none;
}

.subpub {
    margin-left: 1em;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 120%;
}

#info {
    display: inline-block;
    vertical-align: middle;
}

.link_row {
    display: table;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.link_group {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    width: 600px;
}

.link_group.secondary {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    width: 200px;
}

.link_group ul {
    padding: 0;
}

.link_group li {
    padding: 5px;
}

.title {
    font-style: italic;
}

.papertitle {
    font-weight: bold;
}

.news {
    border-radius: 5px;
    background: #AAAAFF;
    border: 1px solid #8888FF;
    padding: 5px;
}

.pubyear {
    display: block;
    font-weight: bold;
    text-align: center;
}
