/*
 * whim.css
 *
 * whim Stylesheet
 * Copyright (C) 2010 by Packetizer, Inc.
 * All Rights Reserved
 *
 */

body.restrictwidth
{
    max-width: 100%;
}

body.centered
{
    margin-left: 1em;
    margin-right: 1em;
}

div.footer
{
    background-color: #ffffff;
    color: #808080;
    margin-top: 4em;
}

div.footer a:link
{
    text-decoration: none;
    color: #808080;
}

div.footer a:visited
{
    text-decoration: none;
    color: #808080;
}

div.footer a:hover
{
    text-decoration: underline;
    color: #808080;
}
