body		{
			background-color: #DDDDDD;
			font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 1em;
			background-image:url(img/bg.jpg);
			/*background-attachment:fixed;*/
		}


/* Headings */
h1		{
			font-size:2.5em;	
		}
h2		{
			font-size:2em;
		}
h3		{
			font-size:1.7em;
		}
h4		{
			font-size:1.3em;
		}
h1,h2,h3,h4 	{ 
			font-family:helvetica; 
			color: navy;
			margin-bottom:0.2em;
		}
h2,h3,h4	{
			color: black;
		}

ul		{
			margin-left:0.1em;
		}

ul.menu		{
			font-size:1.2em;
		}

pre		{
			font-size:1.2em;
		}


/* Link-Color */
a:link		{
			color: blue;
			text-decoration:none;
		}
a:visited	{
			color: blue;
			text-decoration:none;
		}
a:hover		{
			color: black;
			text-decoration:underline;
		}
a.big		{
			font-size:2em;
			text-decoration:none;
		}
		
table.invis	{
			border-width:0px; border-style:none; border-color:#000000;
			border-spacing:0px;
			border-collapse:collapse;
		}
tr,td,th	{
			border-width:0px; border-style:none; border-color:#000000;
			border-collapse:collapse;
			padding:10px;	
			font-size: small;
			vertical-align:top;
		}

td.shop0	{
			background-color    :#c8c8c8;
			vertical-align:middle;
		}

td.shop1 	{
			background-color    :#b8b8b8;
			vertical-align:middle;
		}

th.shop 	{
           		 background-color:#a8a8a8;
		}
