body {
	background-attachment: scroll;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
	list-style-position: outside;
	list-style-image:  url("images/list_bullet.gif");
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4D4D4D;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e00000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	text-decoration: underline;
}
.smText {  
	font-size: 12px;
}	
.smlinks a:link {  
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}	

.smlinks a:hover {  
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

.smlinks a:visited {
	font-size: 12px;
	color: #e00000;
	text-decoration: underline;
}

/* ═══════════════════════════════════════════
   Mobile Navigation (hidden on desktop)
   ═══════════════════════════════════════════ */
.mobile-nav {
	display: none;
	background: #2c1f0e;
	border-bottom: 3px solid #8B6914;
	text-align: center;
	padding: 8px 4px;
	width: 100%;
	box-sizing: border-box;
}
.mobile-nav a,
.mobile-nav a:link,
.mobile-nav a:visited {
	display: inline-block;
	color: #f0e0b0 !important;
	font-size: 12px !important;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none !important;
	padding: 5px 6px;
}
.mobile-nav a:hover {
	color: #FF9900 !important;
	text-decoration: none !important;
}

/* ═══════════════════════════════════════════
   Responsive layout — phones & small tablets
   ═══════════════════════════════════════════ */
@media screen and (max-width: 800px) {
	html, body {
		overflow-x: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Show mobile text nav */
	.mobile-nav {
		display: block;
	}

	/* Force main container tables to be fluid */
	table[width="770"],
	table[width="746"] {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Prevent any table from overflowing */
	table {
		max-width: 100% !important;
	}

	/* Hide image-based left nav sidebar entirely */
	td[background*="left_tile"] {
		display: none !important;
	}

	/* Hide right decorative strip */
	td[background*="right_tile"] {
		display: none !important;
	}

	/* Make main content column full width */
	td[width="603"] {
		width: 100% !important;
		max-width: 100% !important;
		padding: 8px !important;
		box-sizing: border-box;
	}

	/* Scale all images to fit screen */
	img {
		max-width: 100% !important;
		height: auto !important;
	}

	/* Unfloat right-aligned book cover tables */
	td[width="603"] table[align="right"],
	td[width="603"] table[align="left"] {
		float: none !important;
		width: 100% !important;
		max-width: 320px;
		margin: 0 auto 16px auto;
	}

	/* Widen nested content tables */
	td[width="603"] > table {
		width: 100% !important;
	}

	/* Footer nav links: wrap nicely */
	p.smlinks {
		font-size: 11px;
		padding: 4px 8px;
		line-height: 2;
	}
}