/* from css1.0 specification at http://www.w3c.org/TR/CSS1 */
/* modified by cm 1/9/04                                   */

BODY { 
  margin-left: 5em;
/*  margin-right: 1em; */ /* maybe this is causing problems */
  font-family: "Times New Roman", Times, serif;
  line-height: 1.1;
  background: url(sp_note2.gif) white;
  color: black; 
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1 { text-align: left }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: xx-large; margin-right: 155px }
H2 { font-size: x-large; margin-right: 155px }
H3 { font-size: large; margin-right: 155px }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em; margin-right: 155px }

DT { margin-bottom: 0; margin-right: 155px }
DD { margin-top: 0; margin-left: 3em; margin-right: 155px }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: red }          /* unvisited link */
A:visited { color: blue }        /* visited links */
A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 2px solid red }
A:visited IMG { border: 2px solid blue }
A:active IMG { border: 2px solid lime }

/* added classes by cm */
div.bottom { margin-top: 1.5em }
p { text-indent: 3em; margin-right: 155px }
p.first { text-indent: 0 }
p.hashes { text-indent: 0; text-align: center }
p.menu  { margin-right: 155px; text-indent: 0; font-weight: bold }
p.ender { font-size:smaller ; text-align:left; text-indent: 0; float: clear }
p.byline { font-style: italic; text-align: left; text-indent: 0  }

img.icon { float:left; padding: 0 }
