/* purple.css ========================================================
   Author: Eugene Eric Kim <eekim@eekim.com>
   URL: http://www.eekim.com/software/purple/

   Version: 0.3
   $Id: purple.css,v 1.1 2002/07/30 05:49:01 cdent Exp $

   Copyright (c) Eugene Eric Kim 2000-2001.  All rights reserved.
   See COPYING for licensing terms.
=================================================================== */

/* These stylesheet values were adapted from Murray Altheim's plink
   <http://www.doctypes.org/plink/> */

.hid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: x-small;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #C8A8FF; /* light purple */
/*  color: #8700FF;*/ /* dark purple */
}

.nid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  color: #C8A8FF;  /* light purple */
/*  color: #8700FF;*/ /* dark purple */
}

/* sid class defined for legacy purposes */
.sid {
  font-family: "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: x-small;
  text-decoration: none;
  color: #C8A8FF;  /* light purple */
/*  color: #8700FF;*/ /* dark purple */
}

