<!--
body {	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #0000c0;
	scrollbar-shadow-color: #000040;
	scrollbar-lightshadow-color: #f0f0fe; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: blue;

	color: black;

	background-color: #FFFFFF;

	font-family: arial, verdana, tahoma;
	font-size: 8pt;

	cursor:default;
}

	A:link		{text-decoration: none;
			color: #0000c0}
	A:visited	{text-decoration: none;
			color: #0000c0}
	A:active	{text-decoration: none;
			color: red}
	A:hover		{text-decoration: underline;
			color: #6092F8;}

	H1		{font-size: 12pt;
			 font-weight: bold;
			 text-decoration: none;
			 margin-left: 10px;
			 margin-top: 5px;
			 margin-bottom: 3px;
			 font-family: arial, verdana, tahoma;}
	H3		{font-size: 12pt;
			 font-weight: bold;
			 border-right: thin white solid;
			 border-bottom: thin white solid;
			 font-family: arial, verdana, tahoma;}
	H5		{font-size: 8pt;
			 font-weight: 500;
			 font-family: arial, verdana, tahoma;}
	H8		{font-size: 14pt;
			 font-weight: 500;
			 font-family: arial, verdana, tahoma;
			 background-color:#FFFF00;}
	
			 
image.products
			{border: 3px double #0000c0;}
			
.price
			{font-size: 12pt;
			 font-weight: 500;
			 font-family: arial, verdana, tahoma;
			 background-color:#FFFF00;
			 text-align:left;}
			 
.proddes	{border-top: 1px solid #0000c0;
			 border-bottom: 1px solid #0000c0;
			 border-right: 1px solid #0000c0;
			 text-align: left;
			 padding-left: 6;}
			 
.gone		{font-size: inherit;
			 text-align:left;
			 text-decoration:line-through;}




-->
