/* CSS Style Sheet to support PLinks */
/*
   Author: Murray Altheim
   $Id: plink.css,v 1.1 2001/07/26 19:00:48 leei Exp $

   Note that the links can easily be hidden by uncommenting
   the 'display:none' statement.
*/

/* small light purple links following certain block elements. */
.plink, .plinks {
/* display : none ; */
   font-family : "Helvetica", sans-serif ; 
   font-size : x-small ;
   font-style : normal ;
   font-weight : normal ;
   text-decoration : none ;
   color : #C8A8FF ;
/* color : #8700FF ; */
 }
/* to support links to the bottom of the page: */
body {
  padding-bottom : 50em ;
}
