/************************************************************************
 *    NAME: code.css							*
 *  AUTHOR: Kevin Cole <kjcole@gri.gallaudet.edu>			*
 *   WHERE: Gallaudet Research Institute, Washington, DC 20002		*
 * LASTMOD: 2001.08.20							*
 * PURPOSE: This is the cascading style sheet (CSS) for coding examples	*
 *	    taken from the styles and colors produced by enscript.	*
 *   USAGE: <html>							*
 *	    <head>							*
 *	    <link rel="stylesheet"					*
 *		  type="text/css"					*
 *		  href="code.css" />					*
 *	    ...								*
 *									*
 * Copyright (c) 2001 Kevin Cole <kjcole@gri.gallaudet.edu>		*
 ************************************************************************/

body		{background-color:	white;
		 color:			black;}

.coverpage	{text-align:	center;}
.important	{font-weight:	bold;}
.citation	{font-weight:	bold;
		 font-style:	italic;}
.comment	{color:		#b22222;
		 font-style:	italic;}
.reserved	{color:		#a020f0;
		 font-weight:	bold;}
.quoted		{color:		#bc8f8f;
		 font-weight:	bold;}
.function	{color:		#0000ff;
		 font-weight:	bold;}
.other		{color:		#000000;
		 font-weight:	normal;}
