@import url(http://fonts.googleapis.com/css?family=Prata);
body, html
{
    color: #000;
    background-color: #eee;
    margin: 0;
    padding: 0;
    font-family: arial;
    cursor: default;
    font-size: 16px;
}
div#box
{
    width: 800px;
    margin: 80px auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 50px #888;
}
h1, h2, h3, img
{
    margin: 0;
    padding: 0;
}
div#box h1
{
    font-family: 'Prata', serif;
    font-size: 42px;
    letter-spacing: 3px;
}
div#box h2
{
    font-size: 16px;
}
.quot
{
    color: #888;
}
div.spacer
{
    height: 40px;
}
div.person
{
    width: 360px;
    background-color: #eee;
    float: left;
    padding: 10px;
}
div.person:hover
{
    background-color: #ddd;
    cursor: pointer;
}
div.left
{
    margin-right: 20px;
}
div.right
{
    margin-left: 20px;
}
div.person h3
{
    font-family: 'Prata', serif;
    font-size: 26px;
}