/*
 * $Id: new-drones.css,v 1.2 2003/04/30 01:11:21 shamim Exp $
 */

BODY {
    margin: 1em;
    background: white;
    color: black
}

H1 {
    clear: left;
    margin-top: 2em;
    text-align: center;
    font-size: 250%
}

/*
 * Paragraphs have right-justified text, and the first line is
 * indented, except for the first para after a section or
 * subsection. There is no horizontal space between paragraphs.
 *
 * Mozilla 1 and Opera get it right; IE 6 does not. For shame!
 * "One has one's standards, and expects others to live up to them."
 *
 */
P {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}

P + P {
    text-indent: 2em
}

DIV.figure {
    text-align: center;
    border: solid thin;
    margin: 2.5em
}

PRE {
    font-size: 90%;
    margin-left: 1em;
    margin-right: 1em;
    background: rgb(255,255,228)
}

ADDRESS {
    font-weight: bold;
    font-style: normal
}

BODY:after {
    font-size: 80%;
    color: rgb(128,128,128);
    content: "$Id: new-drones.css,v 1.2 2003/04/30 01:11:21 shamim Exp $"
}

IMG {
    border: 0
}

TD + TD {
    padding-left: 2em
}


