/* This file contains Cascading Style Sheet markup for the Fibonacci
   Web pages. Extensive use is made of color to make
   the pages visually attractive, to highlight particularly
   significant material, and to have consistent document markup.
   throughout the FAQ pages.

   Each of these names is used as a CLASS type in HTML markup, as
   illustrated in the usage comments. */

/* Usage: <TT CLASS="command">sample inline Unix command</TT> */
.COMMAND	{ background-color: #bbddff; background-image: none; color: black; font-weight: bold } /* NB: same color as SAMPLE */

/* Usage: <P CLASS="faq">How do I xxx?</P> */
.FAQ		{ background-color: #0066cc; background-image: none; color: white; font-weight: bold }

/* Usage: <TT CLASS="highlight">/etc/passwd</TT> */
.HIGHLIGHT	{ background-color: yellow; background-image: none; color: black; font-weight: bold }

/* Usage: <TT CLASS="program">emacs</TT> and <EM CLASS="program">Adobe Photoshop</EM> */
.PROGRAM	{ background-color: #88ff88; background-image: none; color: black }

/* Usage: <PRE CLASS="sample"> ... </PRE> */
.SAMPLE		{ background-color: #bbddff; background-image: none; color: black; font-weight: bold }

/* Usage: <OL CLASS="toc"> ... </OL> */
/* Experiments with firefox, iexplorer, netscape, and opera show that we need both A and OL data */
/* and that the background color region EXCLUDES the item number in iexplorer and opera, and */
/* INCLUDES it in the others. */
A.TOC		{ background-color: #0066cc; background-image: none; color: white; font-weight: bold }
OL.TOC		{ background-color: #0066cc; background-image: none; color: black; font-weight: bold }

/* Usage: <BLOCKQUOTE CLASS="warning"> and <TABLE BORDER=10 CLASS="warning"> */
.WARNING	{ background-color: #ff6060; background-image: none; color: black }

/* Usage: <EM CLASS="author">Carl Friedrich Gauss</EM> */
.AUTHOR		{ font-style: normal; font-weight: bold }

/* Usage: <EM CLASS="title">Study of differential topology</EM> */
.TITLE		{ background-color: #ffee96; background-image: none; color: black; font-style: italic; font-weight: bold }

H1		{ background-color: #005500; color: white }
H2		{ background-color: #007700; color: white }
H3		{ background-color: #009900; color: white }
H4		{ background-color: #00aa00; color: white }
DT		{ background-color: #80cc80; color: black }
