BODY {
    margin-left:5%;
    margin-right:5%;
    line-height:1.3;
    background-image:url(blue.gif)
}
P {
    text-indent:1em
}
PRE {
    background-color:#CCC
}
H1 {
    font-size:x-large; 
    text-align:center; 
    font-weight:normal;
    padding-top:0.3em;
    padding-bottom:0.3em;
    background-color:#8C8
}
H2 {
    font-size:large; 
    text-align:center; 
    font-weight:normal;
    background-color:#8F8
}
H3 {
    font-weight:normal; 
    background-color:#AFA
}
H4 {
    font-size:normal; 
    font-weight:bold; 
    background-color:#CFC
}
OL, UL {
    border:solid;
    border-width:1pt;
    margin-left:2em;
    margin-right:1em;
    margin-top:0.2em;
    margin-bottom:0.2em;
    padding-top:0.2em;
    padding-bottom:0.2em
}
UL.menu {
    border:none;
    list-style-image:url(bullet7.gif)
}
UL {
    list-style-type:disc
}

UL {
    list-style-type:disc
}
UL UL {
    list-style-type:circle
}
UL UL UL {
    list-style-type:square
}
OL {
    list-style-type:decimal
}
OL OL {
    list-style-type:lower-roman
}
OL OL OL{
    list-style-type:lower-alpha
}
LI {
    margin-left:1em;
}
DL {
    border:solid;
    border-width:1pt;
    margin-left:1em;
    margin-right:1em;
    margin-top:0.3em;
    margin-bottom:0.3em;
    padding-top:0.3em;
    padding-left:1em;
    padding-bottom:0.3em
}
DT {
    font-weight:bolder;
    text-decoration:underline
}
DD {
    margin-left:1.5em
}
IMG.mouseon {filter:alpha(opacity=50, enabled=1)}
