/*
 * arachsys.css -- Style sheet for Arachsys web pages.
 * Copyright (C) Arachsys Internet Services Ltd, 1998.
 * $Id: arachsys.css,v 1.2 1998/10/04 12:12:58 chris Exp $
 *
 */

a:link {
    color: #4c7327;
    text-decoration: none;
}

a:active {
    color: #4c7327;
    text-decoration: none;
}

a:visited {
    color: #4c7327;
    text-decoration: none;
}

body {
    background: #FFFFFF;
    color: #000000;
}

h1 {
    font: bold 24pt Arial,Helvetica,sans-serif;
}

h2 {
    font: bold 16pt Arial,Helvetica,sans-serif;
}

div.header {
}

div.navbar {
    background: #cccccc;
    border: none;
    font: 12pt Arial,Helvetica,sans-serif;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

div.navbar a {
    color: #4c7327;
    text-decoration: none;
}

div.bodytext {
    margin-left: 10%;
    margin-right: 10%;
}

div.bodytext h1 {
    margin-left: -10%;
    margin-right: -10%
}

div.bodytext h2 {
    margin-left: -6%;
    margin-right: -10%;
}

div.footer {
    font: 10pt Arial,Helvetica,sans-serif;
}

/* End of arachsys.css */

