/* Copyright 2005 Netskills, University of Newcastle
   This file contains presentation style rules for the whole page
 */

body {
    background-color: white;
    color: #2A0041;
    font-family: sans-serif;
    font-size: 10pt;
    margin: 3px;
    padding: 0;
}

a {
    color: #5B3171;
    background-color: white;
}

a:hover {
    color: #5B3171;
    background-color: white;
}

a img {
    border: 0px;
}

h1,h2,h3,h4,h5,h6 {
    color: #5B3171;
    background-color: white;
    font-weight: bold;
    font-family: "gill sans mt", sans-serif;
}

div#toolbar { display: none; }
div#banner {}
div#navbar { display: none; }
div#linkpanel { display: none; }
div#mainpanel { margin-left: 1em; }
div#footer { display: none; }

div#mainpanel .noprint { display: none; }
