BODY {
     color: black;
     background: #EEDFCC;
     font-size: 95%;
     margin: 1%;
}

PRE {
     font-family: andale mono, courier new;
     background: white;
     margin: 2%;
     font-size: 70%;
}

P {
    font-size: 100%;
    margin: 1%;
    margin-left: 5%;
}

P.small {
     font-size: 95%
}

P.caption {
     font-size: 95%;
     font-style: italic;
     }

P.update {
     font-size: 95%;
     text-align: center;
     }

P.navbar {
    font-size: 95%;
     margin: 0 -5%;
     text-align: center;
     background: linen;
     font-weight: bold;
     line-height: 150%;
     }

P.sidebarnav {
    font-size: 90%;
     padding: 0.5em;
     background: linen;
     font-weight: medium;
     }

P.sidebar {
    font-size: 90%;
     padding: 0.5em;
        color:black;
        font-weight: light;

}

P.changelog {
        color: black;
        font-size: 90%;
        padding: 0.5em;

    }

P.copyright {
    color: red;
    font-size: 90%;
     padding: 0.5em;
    }

P.pictext {
     margin-top: 3%;
     margin-bottom: 3%;
     margin-left: 10%;
     margin-right: 10%;
     text-align: center;
     }

P.signature {
     text-align: right;
     font-style: italic;
     margin: 0 10%;
     }

TD {
   background: #EEDFCC;
   }

TD.sidebar {
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #EEDFCC;
    }

TD.mainframe {
        background: linen;
}


H1, H2, H3, H4 {
     padding-top: 2%;
     margin: 2%;
     font-family: "Gill Sans", "trebuchet", "Lucida", sans-serif;
     }


H1 {
     font-size: 200%;
     font-style: regular;
     }

H1.first {
     font-style: regular;
    }

H1.pichead {
     text-align: center
     }

H2 {
     font-size: 130%
     }

H2.subtitle {
    font-style=italic;

}

H3 {
     font-size: 115%
     }

H3.sidebar {
     font-size: 120%;
     }

H4 {
     font-size: 100%;
     font-style: italic;
     }

H4 {
     font-size: 110%;
     font-style: italic;
     }

TABLE {
     }

UL, OL {
     list-style: outside;
     }

LI.changelog {
    font-size: 90%;
    }

LI.sidebar {
    font-size: 95%;
    }

A.external {
     font-style: italic;
     }


