BODY { background: #FFFFFF; color: #000000; }
A:link { color: #009900; }
A:active { color: #006600; }
A:visited { color: #003300; }

/*
 *  Footer related
 */

div.left {
     float: left;			/* left footer left-aligned */
}

div.right {
    float: right;			/* right footer right-aligned */
}


div.wrapper {				/* see div.content padding for why */
    padding: 0.5% 0 0.5% 0;
}
