/* basic type setup */
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 0.85em;
    }

h1, h2, h3, h4 {
    font-weight: normal;
    color: #946e49;
    }

div#Content {
    font-size: 0.9em;
    }

/* Links appearance */
a {
    font-size: 0.9em;
    text-decoration: none;
    }

/* specific titles */
h2.pagetitle {
    font-size: 1.3em;
    }


/* main navigation links */
#Menu1 a:link, #Menu1 a:visited {
    color: #000000;
    }

#Menu1 a:hover {
    color: #0000dd;
    }
