/* $Id: luci.css,v 2.0 2000/06/07 17:25:26 steve Exp $ */

body {
    background: white
}

address, applet, big, blockquote, body, caption, center, cite, dd,
dir, div, dl, dt, em, fieldset, form, frame, frameset, h1, h2, h3, h4,
h5, h6, hr, i, iframe, li, menu, noframes, object, ol, p, pre, small,
strong, sub, sup, tbody, td, tfoot, th, thead, ul
{
    font-family: "Helvetica", "Arial", sans-serif
}

code.block {
    font-family: monospace;
    margin-left: 4em;
    float: none;
    clear: both
}

.nomargin {
    margin: 0px;
    margin-left: 0px;
}

.indented {
    margin-left: 1em;
}

#header-left {
    font-size: smaller;
    text-align: left
}

#header-right {
    font-size: smaller;
    text-align: right
}

#footer-left {
    font-size: smaller;
    text-align: left
}

#footer-right {
    font-size: smaller;
    text-align: right
}

#slashdot_head {
    background: #006562;
    color: white
}

#slashdot_head a:link, #slashdot_head a:visited { color: white }

#slashdot {
    color: black
}

#slashdot a:link { color: #006562 }
#slashdot a:visited { color: black }

.bordered {
    border-style: solid;
    border-width: thin;
    border-color: black;
}

p.bulletted {
    content: "*  ";
}
