/* * Combined style sheet for the index pages and the slide pages. *//* Style for all bodies. */body {	font-family: Arial, Times New Roman, Times, serif;	font-size: 13px;	background-color: #003399;	color: white;	margin: 5;	scrollbar-3dlight-color: #000000;	scrollbar-arrow-color: #D0B050;	scrollbar-base-color: #000000;	scrollbar-darkshadow-color: #000000;	scrollbar-face-color: #504040;	scrollbar-highlight-color: #D0B050;	scrollbar-shadow-color: #303010;	scrollbar-track-color: #000000;}/* Style for all table cells. */td {	font-family: Arial, Times New Roman, Times, serif;	font-size: 10px;}/* Put a border on all generated images */.image {	border-width: 0;	border-color: black;	border-style: solid;	margin: 2;}.nav {	font-weight: bold;	font-size: 20px;}.googleindex {	/* font-family: Courier New, Courier, mono; */	font-weight: bold;	font-size: 12px;}.slidetitle{	font-size: 18px;	padding-bottom: 2;	padding-top: 2;	padding-right: 5;	padding-left: 5;}.idxbg { background-color: #CB0133; } /* Align the content of the cells on the index pages to the center. */#index td {	text-align: center;}/* Remove the margin under the images on the index pages. */#index .image {  border-top-width: 1px;  border-right-width: 1px;  border-bottom-width: 1px;  border-left-width: 1px;  border-top-style: solid;  border-right-style: solid;  border-bottom-style: solid;  border-left-style: solid;  border-top-color: #FFFFFF;  border-right-color: #FFFFFF;  border-bottom-color: #FFFFFF;  border-left-color: #FFFFFF;	margin-left: 0;	margin-right: 0;	margin-bottom: 0;}/* Set attributes for Picture comment on the slide pages. */#slide .picCmnt {	font-size: 16px;}/* Highlight the image name on the slide pages. */#slide .name {	font-weight: bold;	font-size: 18px;}/* Header */h1 {	font-size: 24px;	font-weight: bold;}/* Custom link styles */a:active {	text-decoration: none;	color: #FF0000}a:visited {	text-decoration: none;	color: #FFFFFF}a:hover {	text-decoration: underline;	color: #FFFF00}a:link {	text-decoration: none;	color: #FFFFFF}#imageinfo {	visibility: hidden;}