a.squiffy-link
{
    color: #6A0888;
    cursor: pointer;
}
a.squiffy-link.disabled
{
    text-decoration: inherit;
    color: inherit !important;
    cursor: inherit;
}
a.squiffy-header-link
{
    color: #6A0888;
    cursor: pointer;
}
div#squiffy-container
{
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.7);
    font-family: Georgia, serif;
}
div#squiffy-header
{
    font-size: 14px;
    text-align: right;
}
div#squiffy
{
    font-size: 18px;
}
hr {
    border: 0;
    height: 0;
}
body { 
    background-image: url('apart.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}