html,body
{
    background:#fffff9;
    font-family:sans-serif;
    text-align:center;
    line-height:1.5em;
}
h1
{
    margin-top:2em;
    font-size:1.3em;
}
p
{
    margin-top:2em;
    font-size:1.2em;
}
.error
{
    color:red;
}
#main_p
{
    display: none;
}
.main_link
{
    display: none;
}
.hiddenerror
{
    display: none;
}
#landing_page_removal_div
{
    margin-top: 5em;
    border-top: 1px solid black;
    display: none;
    
    h2
    {
        font-size: 1.05em;
        margin-top: 1em;
    }
    
    p
    {
        font-size: 100%;
        margin-top: .5em;
    }
}
.url
{
    text-wrap: nowrap;
}
.referring_url
{
    font-weight: bold;
}
.important
{
    color: red;
    font-weight: bold;
}
