@charset "UTF-8";
/* STYLE RULES FOR PAGE.ID=links */

hr {	clear: both;	}

h2,h3 {	margin-bottom: 0;	padding-bottom: 0;	text-align: center; font-size: calc(1.0vw + 14pt);	}

p {		line-height:1.5em;	}

img.siteThumb {
	content:url(../xtra/BWSD-LinkThumbs-640.webp);
	--thWidth:640px;	--thHeight:360px;	max-width: calc(98vw - 1em); max-height: (98vh - 1em);
	width: var(--thWidth);	height: var(--thHeight);	object-fit: none; float: left; margin: 0.0em 1.0em 1.0em 0.0em;
	border-radius: 2em; opacity: 0.75;
	transition: all 0.125s ease;
}
img.siteThumb:hover {
	box-shadow: #2468 0.5vw 2vh 0.25em;	border-radius: 0em;	transform:scale(1.02); opacity: 1.0;
}

img#DWW			{	object-position: calc(var(--thWidth) * -0) calc(var(--thHeight) * -0);		}
img#DWB			{	object-position: calc(var(--thWidth) * -1) calc(var(--thHeight) * -0);		}
img#NMED		{	object-position: calc(var(--thWidth) * -2) calc(var(--thHeight) * -0);		}
img#EPA			{	object-position: calc(var(--thWidth) * -3) calc(var(--thHeight) * -0);		}
img#CoG			{	object-position: calc(var(--thWidth) * -4) calc(var(--thHeight) * -0);		}
img#NMRWA		{	object-position: calc(var(--thWidth) * -5) calc(var(--thHeight) * -0);		}

img#NRWA		{	object-position: calc(var(--thWidth) * -0) calc(var(--thHeight) * -1);		}
img#NMWWA		{	object-position: calc(var(--thWidth) * -1) calc(var(--thHeight) * -1);		}
img#AWWA		{	object-position: calc(var(--thWidth) * -2) calc(var(--thHeight) * -1);		}
img#SWEFC		{	object-position: calc(var(--thWidth) * -3) calc(var(--thHeight) * -1);		}
img#EFCN		{	object-position: calc(var(--thWidth) * -4) calc(var(--thHeight) * -1);		}
img#NMLeg		{	object-position: calc(var(--thWidth) * -5) calc(var(--thHeight) * -1);		}

img#USC			{	object-position: calc(var(--thWidth) * -0) calc(var(--thHeight) * -2);		}
img#tWH			{	object-position: calc(var(--thWidth) * -1) calc(var(--thHeight) * -2);		}
img#CPAI		{	object-position: calc(var(--thWidth) * -2) calc(var(--thHeight) * -2);		}
img#CPAI:hover	{	object-position: calc(var(--thWidth) * -3) calc(var(--thHeight) * -2);		}
img#BLANK1		{	object-position: calc(var(--thWidth) * -4) calc(var(--thHeight) * -2);		}
img#BLANK2		{	object-position: calc(var(--thWidth) * -5) calc(var(--thHeight) * -2);		}

img#BLANK3		{	object-position: calc(var(--thWidth) * -0) calc(var(--thHeight) * -3);		}
img#BLANK4		{	object-position: calc(var(--thWidth) * -1) calc(var(--thHeight) * -3);		}
img#BLANK5		{	object-position: calc(var(--thWidth) * -2) calc(var(--thHeight) * -3);		}
img#BLANK6		{	object-position: calc(var(--thWidth) * -3) calc(var(--thHeight) * -3);		}
img#BLANK7		{	object-position: calc(var(--thWidth) * -4) calc(var(--thHeight) * -3);		}
img#BLANK8		{	object-position: calc(var(--thWidth) * -5) calc(var(--thHeight) * -3);		}




