body {
    font-family: sans-serif;
}

.bigbox {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #dddddd;
}

.familyname {
    font-size: 350%;
    font-weight: bold;
    padding-top: 1.0em;
    margin-bottom: 1.0em;
    border-bottom: 1px solid #dddddd;
}

.person {
    text-align: left;
    padding-bottom: 2em;
}

.name {
    color: #222222;
    font-size: 200%;
}

.details {
    padding-left: 3em;
}

.details, 
.details a {
    font-family: serif;
    color: #999999;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
