
.from { font-style: oblique }
.subject { font-style: oblique }
.date { font-style: oblique }
.term { 
	font-style: oblique;
	background-color: #dddddd; }

.message_space { font-family: sans-serif }

.main_header { font-family: sans-serif }
.main_footer { font-family: sans-serif }

.top_header { font-family: sans-serif }
.top_footer { font-family: sans-serif }

.message_header { font-family: sans-serif }
.message_footer { font-family: sans-serif }


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

   Version: 0.3
   $Id: mailview.css,v 1.1 2002/06/06 23:43:21 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 */
}

