body
{
    background-color: #fff;
    color: #000;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
}

a
{
    color: rgb(24,73,181)
}

.page
{
    position: relative;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-bottom: 30px;
}

input
{
    font-family: arial, sans-serif;
    font-size: 90%;
}

.info
{
    margin-top: 50px;
}

.claim
{
    color: rgb(173,20,0);
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.more
{
    font-size: 16px;
}

.footer
{
    margin-top: 60px;
    font-size: 90%;
    color: #666;
}

.home
{
    text-align: center;
}

h1
{
    margin-top: 10px;
}

a img
{
    border: 0;
}

.content
{
    margin-top: 12px;
    border-top: 1px solid #666;
    padding-top: 12px;
    text-align: justify;
    line-height: 1.3em;
    font-size: 105%;
}

h2
{
    font-size: 18px;
    color: rgb(173,20,0);
}

.result
{
    text-align: justify;
}

.snippet
{
    font-size: 90%;
}