/*
 * aescrypt.css
 *
 * AES Crypt Site-Wide Stylesheet
 * Copyright (C) 2009 by Packetizer, Inc.
 * All Rights Reserved
 *
 */

div.header
{
    margin-top: 0;
}

div.footer
{
    background-color: #000000;
    color: #808080;
}

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;
}

