/* pub_style_master.css - style sheet for main index 

	Author:  Chris Drymalik
	Date:    06.02.2000

	Copyright (C) 2000-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;
	}


/*
	define the index menu 
*/

.sarllogo			{
	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;
	}

.copyr		{
	font-size:		xx-small;
	margin:		10;
			}

DIV.pad	{
	width:		100%;
	padding:		12px;
	}

.minimenu		{
	font-size:		x-small;
	font-weight:	bold;
			}

.menuovl	{
	font-family:	Comic Sans MS, Broadway, Verdana, Arial;
	font-size:		9pt;
	font-weight:	bold;
	background:		none;
	text-decoration:	none;
	text-align:		right;
	padding-left:	150px;
	padding-right:	20px;
	margin:		0 0 0 0;
	}

IMG.i1	{
	border-style:	none;
	}

