/*
        common.css
        Copyright (c) 2002 by Christopher Heng. All rights reserved.
        $Id: common.css 3.2 2004/08/17 17:35:05 chris Exp $

        Check out http://www.thesitewizard.com/ for a detailed tutorial
        of the CSS methods we use here.
*/

body {
        background: white;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90% ;
}
a:link {
        text-decoration: none ;
/*
        color: blue ;
        background: transparent ;
*/
}
a:visited {
        text-decoration: none ;
/*
        color: purple ;
        background: transparent ;
*/
}
a:hover {
        text-decoration: underline;
        color: white ;
        background: transparent ;
}
a:active {
        text-decoration : none ;
/*
        color: red ;
        background: transparent ;
*/
}

div.toppanel {
        position: absolute ;
        left: 5px ;
        top: 5px ;
        width: 98% ;
}
div.logo {
        position: absolute ;
        left: 0px ;
        top: 0px ;
        width: 202px ;
}
div.banner {
        font-size: 90% ;
        text-align: center ;
        clear: both ;
}
div.codeblock {
        border: 1px solid green;
        font-family: "Courier New", Courier, monospace;
        font-size: 95% ;
        padding: 8px 8px 8px 8px ;
}
