A
{
    TEXT-DECORATION: none
}
<!-- A:link-->
{
 <!--   color: #0000FF; text-decoration:underline;--> <!--BORDER-BOTTOM: blue-->
}
a:link, span.MsoHyperlink
	{color:#000099;
	text-decoration:underline;
	text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
	{color:#000099;              <!-- purple;-->
	text-decoration:underline;
	text-underline:single;}
a:active     { color: saddlebrown; background-color: #FFe; text-decoration: underline; border-style: none;
               border-color: #FF0000 }
a:hover      { color: #8B4513; text-decoration: none; background-color: #FFFFCC; 
               border-style: none; }
.menu        { background-color: #FF9966; text-decoration:underline; font-size: 10pt; color:#000099; font-weight: bold }
BODY {
  
  color: #000;
  
  /* background: #FBFBFF; */
  background: #FFe;
  margin-left: 0%;
  margin-right: 8.5em;
  font-family: "Arial", "Helvetica", sans-serif;
  /* line-height: 1.35; */  /* This would break MacIE 3 */
}

TD, TH { /* ns workaround */
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.35;
}

H1 {
  margin-left: -5%;
  margin-bottom: 2em;
  font-size: large;
}
H1, H2 { font-weight: bold }
H1, H2, H3 { color: #900; line-height: 1 }
H1:first-line { color: #000 }


DIV.endmatter { margin-right: -6em; border-top: thin solid }
DIV.endmatter HR { display: none }


.hide {
  display: none;
  color: white;
}

SPAN.attribution {
  font-weight: bold
}

BLOCKQUOTE {
  margin-left: 4em; 
  margin-right: 4em;
  margin-top: 0.8em; 
  margin-bottom: 0.8em;
  font-style: italic;
  /* color: #990; */
}

ADDRESS { 
  text-align: right;
  font-weight: bold;
  font-style: italic 
}

BLOCKQUOTE P {			/* Try to avoid space above the attribution */
  margin-bottom: 0;
}
BLOCKQUOTE ADDRESS {
  margin: 0;
}


.emphasized {
  font-weight: bold
}

/* Why o why does this break Netscape 4.x?
IMG { 
  border: none
}
*/

UL, UL LI { /*margin-left: 0;*/ list-style: disc }

P + P { text-indent: 1.5em; margin-top: 0 }
P.stb { text-indent: 0; margin-top: 0.6em } /* Small thematic break */

P.hint + P, P.alt-hint + P { text-indent: 0; margin-top: 1em }

P { margin-top: 1em; margin-bottom: 0 }

UL, OL { margin-top: 0.5em }


