
/* 

	Treenshop.css

	Global styles for the entire web site

*/


a
{
	color: black;
	background: none;
}

a:link
{
	font-weight: bold;
	font-family: Arial;
	color: black;
	background: none;
}

a:hover
{
	font-weight: bold;
	color:#8b4513;			/* dark brown */
	background: none;
}

a:visited
{
	color: #f0c68c; 		/* khaki */
	background: none;
} 


/* styles for the navigation table */
table
{
	border: 15px ridge;				/* gives the raised bezel effect */
	border-color: #f0c68c; 			/* khaki */
	width: 100%;
	text-align: center;
	/* #008080 is green */
	background: #008080 none;		
	color: gray;
	font-family: Arial;
}

td
{
	text-align: center;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: large;
	vertical-align: middle;
	background: #966400;
	color:#CCFF99;			/* ivory-like */
}

table a
{
	color:#CCFF99;			/* ivory-like */
	background: #966400;
}

table a:link
{
	font-weight: bold;
	font-family: Arial;
}


table a:hover
{
	font-weight: bold;
	color: white;
	background: #966400;
}


td a:visited
{
	color: #afafaf;
	background: #966400;
} 

/* -------------------  overides for the woodturning navigation links ------------------ */
.woodturning-nav-table a
{
	color:#CCFF99;			/* ivory-like */
	background: #966400;
}




