 /***********************************************************************
 *									*
 *		DFKI Library Standard CSS1 Style Sheet			*
 *									*
 ***********************************************************************/

 /***********************************************************************
 *									*
 *  written by Deon F. Ramsey 10.06.98					*
 *  									*
 *  Copyright © 1998 by Deon F. Ramsey, all rights reserved		*
 *  DFKI is assigned right to use and extend, provided this copyright   *
 *  notice is kept intact.						*
 *									*
 ***********************************************************************/

 /* Default settings for all elements */
BODY,TH,TD,TR,P,CAPTION,H2,H3,IMG,PRE,TABLE,DD,LI,SMALL
  {
  font-family:		Helvetica, Arial, sans-serif;
  font-size:		medium;
  color:		black;
  text-align:		justify;
  text-indent:		0ex;
  }

 /* Footnotes and other small asides */
P.note
  {
  font-size:		small;
  }

 /* Small caps */
SMALL
  {
  font-size:		small;
  display:		inline;
  word-spacing:		0em;
  }

 /* For the warning about CSS */
P.nocss
  {
  display:		none;
  }

 /* Top Level headings */
H1
  {
  font-family:		Helvetica, Arial, sans-serif;
  font-size:		x-large;
  color:		blue;
  }

 /* Basic stuff for the body. Note this overrides settings in the document
    itself, but they should still be set so that display will look OK on
    non-CSS-capable browsers. */
BODY
  {
  background-image:	url(http://www.dfki.uni-kl.de/dfkidok/inlines/br_white.gif);
  background-color:	white;
  background-repeat:	repeat-y;
  }
A:link
  {
  color:		#0044ff;
  }
A:active
  {
  color:		#ffcc00;
  }
A:visited
  {
  color:		#000066;
  }

