body
{
    color: black;
    text-align: center;
    font-family: tahoma;
    font-size: 0.9em;
}
img
{
    border: none;
    vertical-align: middle;
}
div
{
    /*border: 1px solid red;*/
}
a
{
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted black;
}
a:hover
{
    border-bottom: 1px solid black;
}

.person
{
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    width: 80%;
    background-color: #fd7;
    border: 1px dashed #a50;
}
.person:hover
{
    background-color: #cdcdcd;
    border: 1px dashed black;
}
.person .photo
{
    width: 19%;
    max-width: 150px;
    float: left;
    padding: 3px;
    font-size: 0.8em;
    font-style: italic;
}
.person .photo img
{
    max-width: 100%;
}
.person .name
{
    text-align: left;
    width: 80%;
    float: right;
}
.person .link
{
    clear: right;
    text-align: right;
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
}

.clear
{
    clear: both;
}
