BODY			{
      background-color:	#c0c0c0	; /* In case image isn't usable */

/* This isn't working well.					*/
/* Communicator maps all of the shades to the same color!	*/
/*      background-image:	url(/images/PV-Logo-trans-109x80.png) ; */
/*      background-image:	url(http://www.volant.org/images/PV-Logo-trans-109x80.png) ; */

      /*  The below set the background image as a sort of water-mark  */
      /*  There will be a single copy at a fixed point on the canvas. */
      /*  The background-color will be used for the rest of the area. */
      /*  NOTE:	These are apparently ignored by Netscape 4.0b2.     */
      /*  NOTE:	Netscape 4.0b5 handles the background-repeat, but   */
      /*		not the background-attachment or background-position*/
      /*		attribute.  (This is documented in the release	    */
      /*		notes.)  The image is being displayed in the upper  */
      /*		left corner.					    */
      background-repeat:	no-repeat ;
      background-attachment:	fixed ;
      background-position:	center center
}
H1			{
      text-align:		center ;
      font-size:		150%
}
/*
 *  In CSS1, there doesn't seem to be any way to force this to be
 *  vertically aligned within the TD when the actual size is dictated
 *  By the presence of images taller than the font.
 *  (The vertical-align property only works with inline elements; and
 *  the H* elements are normally formatted as blocks.)
TD H1			{
      display:			inline ;
      vertical-align:		middle ;
      text-align:		center ;
      font-size:		150%
}
 *
 */
CITE			{
      text-align:		right ;
}
A.link		{
      color:			#ffff80 ;
      text-decoration:		none
}
A.visited		{ color:	#cde2e7 }
A.active		{ color:	green }
/* NOTE:	Netscape 4.0b5 doesn't handle first-letter and first-line */
P.initial:first-letter	{
/* P:first-letter	{ */
      font-size:		300% ;
      float:			left ;
      color:			yellow
}
.centered			{
      text-align:		center
}
.vcentered			{		/* Only for INLINE items */
      vertical-align:		middle ;
}
.caution			{
      /*  Back in the 3.1 days this would have been a <NOTE> */
      text-align:		center
}
.note			{
      /*  Back in the 3.1 days this would have been a <NOTE> */
      text-align:		center
}
.right			{
      text-align:		right
}
.systembar		{
      background-color:	#f0f0e0 ;
      font-family:		sans-serif ;
      font-style:		bold ;
}
.sidebar		{
      background-color:	#e0e0d0 ;
      font-family:		sans-serif ;
      font-style:		bold ;
}
.mainblock		{
      background-color:	#d0d0c0 ;
      font-family:		sans-serif ;
      font-style:		bold ;
}
.footerblock		{
      background-color:	#e0e0d8 ;
      font-family:		sans-serif ;
      font-style:		bold ;
}
/* NOTE:	Netscape 4.0b5 still ignores the list-style-image and	*/
/*	list-style-position attributes.				*/
UL.level1		{
      list-style-image:	url(/bullets/white.gif) ;
      padding-top:	1m
}
UL.level2		{ 
      list-style-image:	url(/bullets/yellow.gif)
}
LI		{
      padding-top:	1m
}
LI.level1		{
      list-style-image:	url(/bullets/white.gif) ;
}

