/*
** Plone Presentation style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/* <!-- compression status: 1 --> (this is for http compression) */
/*  (do not remove this :) */
/*  (not this either :) */

body {
    background: White no-repeat fixed 95% 95%;
    font-family: Times, Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 125% !important;
    color: #000099;
    margin: 0;
    padding: 0;
    min-width: 0px !important;
}

a, a:link, a:visited, a:active {
    color: #0088FF;
    background: transparent;
    text-decoration: none;
    font-weight: bold;
}

table {
    font-size: 125% !important;
}


/*  */