body {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
}

/* default alignment of table cells */
td {vertical-align: top; text-align: left;}

/* no borders on images */
img { border: 0px; }


#globalheader {
    background: #eee;
    margin-bottom: 1em;
}

#localheader {
    background: #eee;
    margin-bottom: 1em;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {margin: 1em 0 1em 0;}

.more {margin-top: 1em;}

#pageheader {background: #ccc; margin-bottom: 1em;}

#pagecontent {}

#pagefooter  {background: #ccc; margin-top: 1em; text-align: center;}
#pagefooter a.backend {text-decoration: none;}
