body {
    background-color: #fcfff8; 
    color: #000000;
    padding: 5;
}
H1 { 
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}
H2 {
    color: darkgreen;
    font-weight: bold;
    font-size: large;
}
H3 {
    color: darkgreen;
    text-align: left;
    font-weight: bold;
    font-size: medium;
}
P {
    text-align: left;
}
PRE.command { 
    color: #ee4433;
}
FONT.command { 
    color: #ee4433;
}
PRE { 
    color: #3366ee;
}
TT { 
    color: #3366ee;
}
TT.example { 
    color: #118855;
}
PRE.example { 
    color: #118855;
    text-align: left;
}

