/* This file contains Cascading Style Sheet markup for the UofUtah
   Mathematics FAQ 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: #667fff; background-image: none; color: white; font-weight: bold }

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

/* Usage: <TT CLASS="file">/bin</TT> */
.FILE		{ background-color: #eeffee; background-image: none; color: black }

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

/* Usage: <TT CLASS="variable">PATH</TT> */
.VARIABLE	{ background-color: #ccddcc; background-image: none; color: black }

/* Usage: <PRE CLASS="sample"> ... </PRE> */
.SAMPLE		{ background-color: #e8f4ff; 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: #667fff; background-image: none; color: white; font-weight: bold }
OL.TOC		{ background-color: #667fff; 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: #ffeebb; background-image: none; color: black; font-style: italic; font-weight: bold }

/* [26-Oct-2006] This hypertext link attribute causes a link color change when the mouse is over the link */
A:hover		{ background-color: #00ddff; color: black }

/* Usage: <TT CLASS="option">-I</TT> */
.OPTION		{ background-color: #cceeff; background-image: none; color: black; font-weight: bold }

/* Usage: <TT CLASS="lowlight">/etc/passwd</TT> */
.LOWLIGHT	{ background-color: #ffffee; background-image: none; color: black; font-weight: normal }

/* Usage: <TT CLASS="target">distclean</TT> */
.TARGET		{ background-color: #ffffcc; background-image: none; color: black; font-weight: normal }