/* <dtml-var "enableHTTPCompression(request=REQUEST, debug=1, css=1)"> 
(this is for http compression) */
/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

body {
    font-size: 11pt !important;
}

#header, #topnav, #sidebar {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

ul { 
    list-style-type: square;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}
