/* CSS Document page_core.css *//* ****************************************************************** *//* TAGS */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%;		}.fontSize_60 {	font-size: 60%;		}.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%;	}.fontSize_140 {	font-size: 140%;	}.fontSize_160 {	font-size: 160%;	}.fontSize_200 {	font-size: 200%;	}/* ****************************************************************** */.fontFamilySansSerif {	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";  }.fontFamilyStory {	font-family: "Times New Roman", Times, serif;	}.fontFamilyQuote {	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}/* ****************************************************************** */.alignTop {	vertical-align:	top;	}/* ------------------------------------------ */.table_85 {	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif"; 	font-size: 85%;	text-align: left;	vertical-align: middle;}.table_90 {	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif"; /* was "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; */	font-size: 90%;	text-align: left;	vertical-align: middle;}/* ****************************************************************** */.linkButton { /* 19 Feb 2023 based on .nameFamily */	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif";	font-style: normal; 	display: inline-block; 	color: black;}	.linkButton a { 	background-color: #e6e6e6;	padding: 0em .3em .1em .3em; 	border-radius: 4px;	text-decoration: none;		/* the following was copied from wimpybutton css (border-color has been modified) */	border-style: solid;	border-width: 1px;	border-color: #737373; 	margin-left: -1px;	margin-top: -1px;	box-shadow: 0px 1.65px 0px rgba(0,0,0,0.22837);}.linkButton:hover a { 	background-color: #d9d9d9; 	text-decoration: none;	color: black; }		/* ****************************************************************** *//* #MAIN *//* #main is the (white) area to the right of the brown sidebar */