<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* wthcr_style_index.css - style sheet for main index 

	Author:  Chris Drymalik
	Date:    03.09.1998

	Copyright (C) 1998-2003 Chris Drymalik  

	Define the general stuff
*/
A:link	{ 
	color:		deepskyblue;
	text-decoration:	none;
	}
A:visited	{ 
	color:		yellow; 
	text-decoration:	none;
	} 
A:hover 	{ 
	color:		lime;
	text-decoration:	none;
	}
A:active	{ 
	color:		plum;
	text-decoration:	none;
	}

IMG.left	{
	float:		left;
	}
IMG.right	{
	float:		right;
	}
/*
	define specific styles

*/

/*
	define the index menu 
*/
.index		{
	font-family:	Helvetica, Verdana, Arial;
	text-decoration:	none;
	color:		white; 
	background:		url(../common/graphics/lib_fadeit.jpg) repeat-y black;
	font-size:		medium;
	font-weight:	normal;
	text-align:		left;
	margin:		0;
	border:		0;
	padding:		0;
	}

H1	{
	font-size:		x-large;
	font-weight:	bold;
	background:		none;
	text-decoration:	none;
	text-align:		center;
	}

H3	{
	font-size:		normal;
	font-weight:	bold;
	background:		none;
	text-decoration:	none;
	text-align:		left;
	}

.copyr		{
	font-size:		xx-small;
	margin:		10;
			}

DIV.pad	{
	width:		100%;
	padding:		12px;
	}

IMG.im1	{
	border:		medium double white;
	color:		white;
	}

IMG.toplogoa	{
	border:		none;
	text-align:		center;
	color:		black;
	background:		white;
	}
</pre></body></html>