BODY {
    font-family         :   Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size           :   10pt;
    color               :   #202020;
    background-color    :   #F8F8F8;
    margin-left         :   30px;
    margin-right        :   50px;
    margin-top          :   30px;
    margin-bottom       :   30px;
}

DIV.logo {
    margin-bottom       :   30px;
}

.sysfence {
    font-size           :   24pt;
    font-weight         :   bold;
    color               :   #309000;
}
.sfsmall {
    font-size           :   10pt;
    color               :   #804000;
}

H4 {
    font-size           :   12pt;
    font-weight         :   bold;
    color               :   #208000;
    background-color    :   #E0E8FF;
    padding             :   2px;
    margin-bottom       :   5px;
}
UL {
    margin-top          :   3px;
}

P {
    margin-top          :   3px;
}

DIV.in {
    margin-left         :   15px;
}

P.copyleft {
    font-size           :   8pt;
    background-color    :   #F0F0F0;
    padding-right       :   12px;
    padding-top         :   6px;
    padding-bottom      :   6px;
    text-align          :   right;
}

.command {
    font-family         :   monospace;
    font-weight         :   bold;
    color               :   black;
}
.commandline {
    font-family         :   monospace;
    font-weight         :   bold;
    color               :   #804000;
    background-color    :   white;
    padding-left        :   10px;
}
.warning {
    color               :   #E02020;
}


IMG {
    border              : 0px;
}

A:link {
    color               :   #000080;
    text-decoration     :   none;
}
A:active {
    color               :   #8080FF;
    text-decoration     :   none;
}
A:hover {   
    color               :   #8080FF;
    text-decoration     :   underline;
}
A:visited {
    color               :   #8080A0;
    text-decoration     :   none;
}

