/* CSS Document page_core.css *//* ****************************************************************** *//* TAGS */body {	font-family: Tahoma, Geneva, sans-serif;	/* tried Arial, Helvetica, sans-serif; and Geneva, Verdana, sans-serif;  */	margin: 10px;	margin-bottom: 30px;  /* 14 Sept 2011 */}a {	color: #663399;	}a:visited {	color: #336666;	}a:hover {	background: #FFC;	/* font-weight: bold; */}a[name] {   /* this selects an A tag with a NAME attribute, for example an anchor */	color: inherit;}a[name]:hover {	background: inherit;}/* ****************************************************************** *//* BASIC CLASSES */.floatLeft {	float: left;	}.floatRight {	float: right;	}.clear {	clear: both;	}.clearLeft {	clear: left;	}.clearRight {	clear: right;	}/* ****************************************************************** */.paddingLeft_15 {	padding-left: 15px;}.paddingLeft_30 {	padding-left: 30px;}.overflowHidden {	overflow: hidden;	zoom: 1;	}/* ****************************************************************** */.bold {	font-weight: bold;}.italic {	font-style: italic;}.border_666 {	border: solid 1px #666;	}/* ****************************************************************** */.fontSize_40 {	font-size: 40%;	}.fontSize_50 {	font-size: 50%;		/* 16 Mar 2021 */}.fontSize_60 {	font-size: 60%;		/* 16 Mar 2021 */}.fontSize_70 {	font-size: 70%;	}.fontSize_80 {	font-size: 80%;	}.fontSize_90 {	font-size: 90%;	}.fontSize_95 {	font-size: 95%;	}.fontSize_110 {	font-size: 110%;	}.fontSize_120 {	font-size: 120%;	}.fontSize_130 {	font-size: 130%;	/* 19 June 2020 */}.fontSize_140 {	font-size: 140%;	/* 19 June 2020 */}.fontSize_160 {	font-size: 160%;	/* 19 June 2020 */}.fontSize_200 {	font-size: 200%;	/* 6 Oct 2014 */}/* ****************************************************************** */.fontFamilySansSerif {	font-family: Tahoma, Geneva, sans-serif;	}.fontFamilyStory {	font-family: "Times New Roman", Times, serif;	}.fontFamilyQuote {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	}/* ****************************************************************** */.alignTop {	vertical-align:	top;	}/* ------------------------------------------ */.table_85 {	font-family: Tahoma, Geneva, sans-serif;	font-size: 85%;	text-align: left;	vertical-align: middle;}.table_90 {	font-family: Tahoma, Geneva, sans-serif;	font-size: 90%;	text-align: left;	vertical-align: middle;}/* ****************************************************************** *//* #MAIN *//* #main is the (white) area to the right of the brown sidebar */#main {	margin: 0 10px 0 270px;	/* 1 Jan 2012 changed margin-right from 30px */	padding-top: 20px;	font-size: 100%;}#main h1 {   /* page title */	font-weight: bold;	font-size: 120%;	font-family: Tahoma, Geneva, sans-serif;}#main h2 {   /* subhead */	font-weight: bold;	font-size: 110%;	font-family: Tahoma, Geneva, sans-serif;	margin-bottom: 1em;}#main h3 {     /* author name */	font-weight: normal;	font-size: 110%;	font-family: Tahoma, Geneva, sans-serif;	margin-bottom: 1em;}/* ****************************************************************** */#bookDetail p {	margin-bottom: 1em;	font-family: "Times New Roman", Times, serif;}#bookDetail ul {	list-style: none;}#bookDetail li {	font-family: "Times New Roman", Times, serif;	text-indent: 2em;}#bookDetail img {	margin-right: 20px;		margin-bottom: 15px;	border: 1px solid #999; /* 5 Jan 2021 copied and inserted from booklist.css, which was #666 */	background-color: #FFF; /* 5 Jan 2021 copied and inserted from booklist.css */	padding: 0px; /* 5 Jan 2021 copied and inserted from booklist.css, which was 4px */}.marginLeft_15 { /* 5 Jan 2021 */	margin-left: 15px;}/* ****************************************************************** */#article .source {	font-family: Tahoma, Geneva, sans-serif;	font-style: italic;	font-size: 80%;	margin-bottom: 1em;}/* ------------------------------------------ */#article .story {	font-family: "Times New Roman", Times, serif;}#article .story p {	margin-bottom: 1em;}/* ------------------------------------------ */#article ul {	margin-bottom: 1em;	}#article li {	margin-bottom: 6px;}/* ****************************************************************** *//* wideContent is the area below the yellowBar/nav on some pages without a sidebar */#wideContent {	clear: both;  /* from glossary_beard_css.shtml */	margin: 20px 30px 10px 30px;	padding-top: 30px;  /* from glossary_beard_css.shtml */}/* ****************************************************************** *//* #FOOTER */#footer {	clear: both;   /*  added on 15 Sept 2011  */}#footerQuote {	font-style: italic;	font-size: 115%;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	padding-top: 15px;	padding-left: 30px;  /* 15 Sept 2011 */}/* ****************************************************************** */#booklistNavigation {	margin-top: -10px;		margin-bottom: 25px;}#booklistNavigation a {	font-family: Tahoma, Geneva, sans-serif;	font-size: 12px;	color: #666;}#booklistNavigation a:hover {	background: #FFC;	font-weight: normal;}/* ****************************************************************** */#thumbnails {	max-width: 150px;	/* float: left; */}#thumbnails img {	margin-right: 20px;	margin-bottom: 5px;	max-width: 150px;	/* padding: 0 0 10px 0; */	float: left;		border: 1px solid #666;  /* 11 Mar 2021 */	background-color: #FFF;   /* 11 Mar 2021 */	padding: 0px;   /* 11 Mar 2021 */}/* ****************************************************************** */#tip {	border-bottom: 8px solid #FC0;	padding: 5px;	background-color: #FFE88D;}#tip p {	font-weight: bold;	font-size: 86%;}