/* <LINK rel="stylesheet" href="uhztomasze.css" type="text/css"> */

H2  {margin-left: 2%; margin-right: 15%}
H3 {margin-left: 5%; margin-right: 5%}
H4 {margin-left: 10%; margin-right: 15%}
H5 {margin-left: 10%; margin-right: 15%}

H1.title {font-family: sans-serif; margin-bottom: 0.25em}
/* title: 491, 703; then to using subtitle and for */
H3.title, H3.subtitle, H3.for {font-family: sans-serif; margin: 0.35em;}

.title {margin-left: 0%; margin-right: 0%;
          margin-top: 0.25em; margin-bottom: 0.5em;}

P {margin-left: 10%; margin-right: 15%}

/* for end notes, works cited, etc. */
P.cite {margin-left: 10%; margin-right: 15%; text-indent: -5%;
              font-family: courier, monospace}
/* for in-text citations of a work */
P.ann {margin-left: 10%; margin-right: 15%;
              font-family: courier, monospace}
/* for notes right under a citation or annotation; relies on the closing of the above paragraph*/
P.citenote {margin-left: 10%; margin-right: 15%; margin-top: 0;
              font-family: courier, monospace}
/* for further indent, but not a quote.  used in webinterfacecrit.html
     For backwards compatablility.  In future, probably better to use a form of blockquote. */
P.rating {margin-left: 15%; margin-right: 15%}
TABLE P {margin-left: 1%; margin-right:2%; margin-top: 4%; margin-bottom: 4%;}

BLOCKQUOTE {margin-left: 15%; margin-right: 20%;}
BLOCKQUOTE.normal { /* default; regular text, just indented a bit */ }
BLOCKQUOTE.quote {font-family: courier, monospace;  font-size: 90%;}
BLOCKQUOTE.text {font-family: arial, sans-serif;  font-size: 90%;}
/* allows for use of paragraphs in a blockquote. (untested) */
BLOCKQUOTE P, BLOCKQUOTE OL, BLOCKQUOTE UL, BLOCKQUOTE DL,
   BLOCKQUOTE DL UL {margin-left: 0; margin-right: 0}
BLOCKQUOTE LI {margin-left: 5%; margin-right: 5%}

DD BLOCKQUOTE, DT BLOCKQUOTE {margin-left: 5%; margin-right: 5%}


UL {margin-left: 13%; margin-right: 15%}
/* for nested levels of a ToC (top level is a regular UL */
UL.toc, DL UL, UL UL  {margin-left: 4%; margin-right: 5%}
/* for notes on par with paragraphs (good for working notes).
   In IE, text even with paragraph, bullet in margin.  In Firefox, bullet in a bit*/
UL.notes {margin-left: 10%; margin-right: 15%;} 
UL.notes LI {margin-top: 0.5em; margin-bottom: 0.5em;}
/* for more readable, spaced lists (in copyrightpaper.html) */
LI.copylist {margin-top: 7pt; margin-bottom:7pt}
OL {margin-left: 14%; margin-right: 15%}

DL {margin-left: 10%; margin-right: 15%} /* ics667/assign2.html, etc */
DT {font-weight: bold; margin-bottom: 0.5em}
DD {margin-bottom: 1em}
/* for relatively normal-looking DT */
DL.normal DT {font-weight: normal; margin-bottom: 0em}

/* inline links are to other pages/sites */
A.inline {text-decoration: none;}

/*should match with standard P */
TABLE {margin-left: 10%; margin-right: 15%;  width: 75%}
TABLE.freeform {margin-left: 10%; margin-right: 15%; width: auto}
TABLE.footer, .index, BODY.index {margin: 0; width: 100%}

