
/* links_page.css -- styles for the links page  */

/* -----------------------  links page wood images links styles ----------------------- */
.link-page-wood-images-table
{
	border: 15px ridge;			/* gives the raised bezel effect */

	border-color: black; 			

	width: 75%;
	text-align: center;

	/* #008080 is green */
	background: #008080 none;		
	color: gray;
	font-family: Arial;
}

.link-page-wood-images-table td
{
	width: 25%;	
	vertical-align: middle;
}

.link-page-wood-images-table a:link
{
	font-weight: bold;
	font-family: Arial;
	color: black;
	background: transparent none;	
}

.link-page-wood-images-table a:hover
{
	font-weight: bold;
	color:#CCFF99;			/* ivory-like */
	background: transparent none;
}

.link-page-wood-images-table a:visited
{
	color: yellow;
	background: none ;

} 

/* -------------------  links page woodturners links styles ------------------- */
.link-page-woodturners-table
{
	border: 15px ridge;				/* gives the raised bezel effect */

	border-color: black; 			

	width: 40%;
	text-align: center;

	background: #008080 none;		/* #008080 is green */
	color: gray;
	font-family: Arial;
}

.link-page-woodturners-table td
{
	width: 40%;
	vertical-align: middle;

}

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

.link-page-woodturners-table a:hover
{
	font-weight: bold;
	color:#CCFF99;			/* ivory-like */
	background: none ;
}

.link-page-woodturners-table a:visited
{
	color: yellow;
	background: none ;
} 



/* -------------------  links page organizations links styles ------------------- */
.link-page-organizations-table
{
	border: 15px ridge;				/* gives the raised bezel effect */
	border-color: black; 			
	width: 40%;	

	/* #008080 is green */
	background: #008080 none;		
	color: gray;
	font-family: Arial;
}

.link-page-organizations-table td
{
	width: 40%;	
	vertical-align: middle;
}

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

.link-page-organizations-table a:hover
{
	font-weight: bold;
	color: blue;
	color:#CCFF99;			/* ivory-like */
	background: none;
}

.link-page-organizations-table a:visited
{
	color: yellow;
	background: none;
} 


/* -------------------  links page products links styles ------------------- */
.link-page-products-table
{
	border: 15px ridge;				/* gives the raised bezel effect */
	border-color: black; 			
	width: 50%;	

	/* #008080 is green */
	background: #008080 none;		
	color: gray;
	font-family: Arial;
}

.link-page-products-table td
{
	width: 40%;	
	vertical-align: middle;
}

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

.link-page-products-table a:hover
{
	font-weight: bold;
	color: blue;
	color:#CCFF99;			/* ivory-like */
	background: none;
}

.link-page-products-table a:visited
{
	color: yellow;
	background: none;
} 
