body { background: white none }

/* div categories
    artheader: Title, author, etc.
    artbody:   Actual content
    artfooter: Boilerplate links and fine print
    figure:    A block of something, usually referenced elsewhere
               (Give this an ID!)
    caption:   Usually the caption for a figure   */
div.artfooter {text-align: center}
div.figure    { border: thin solid }
div.caption   { text-align:  center;
                font-weight: bold;
                font-size:   medium }

code.atari  { font-size: small }

/* cite categories:
    book
    periodical
    newspaper
    movie
    article
    software
    hardware   */
cite            {font-weight: normal;
                 font-style:  italic}
cite.periodical {font-weight: bold;
                 font-style:  normal}
cite.software   {font-weight: bold;
                 font-style:  normal}
cite.hardware   {font-weight: bold;
                 font-style:  normal}

/* span categories
    archnote: Archiver's note, often comments about typos
    ednote:   Editor's note, from original source         */
span.archnote {font-style: italic}
span.ednote   {font-style: italic}

/* p categories
    fineprint: Copyright notices or other legalese   */
p.fineprint {font-size: x-small}

/* a categories
    figref: Refers to a div.figure   */
a.figref {font-weight: bold}

blockquote {font-style: italic}

q {font-style: italic}

dt {font-weight: bold}