
/* for the colours of the top menu's two rows #787971 & #A0A484 */
/* brett  45 63 75 = 2d3f4b     205 182 140 =  cdb68c  */
	tr.top 		{background-color: #2d3f4b;}
	tr.bottom		{background-color: #cdb68c;}


/* for links not covered by descriptions below this */
	a 			{text-decoration: none;}
	a:link		{color: black;}
	a:visited		{color: black;}
	a:hover 		{color: red;}


/* for the top menu items (products/specials/contact) */
	a.top:link 	{color: C5C9A6; font-family: verdana;}
	a.top:visited	{color: C5C9A6; font-family: verdana;}
	a.top:hover 	{color: E8F67A; font-family: verdana;}	


/* for the second row of menu items (mining/trivia/etc) */				
	a.bottom:link	{color: 20211B; font-family: verdana;}
	a.bottom:visited{color: 20211B; font-family: verdana;}
	a.bottom:hover	{color: E8F67A; font-family: verdana;}


/* for the email link in bottom copyright part */
	a.email:link	{color: gray;}
	a.email:visited	{color: gray;}
	a.email:hover	{color: red;}


/* for the main body, and writing/fonts everywhere */
	body		{font-family: sans-serif;
			 color: black;}

