/* * Combined style sheet for the index pages and the slide pages. *//* Style for all bodies. */body {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	background-color: #330000;	color: #660000;	margin: auto;	width: 700px;}#wrap {	margin: auto;	width: 700px;}#index {	background-color: #C8B374;}/* Put a border on all generated images */.image {	border-width: 1;	border-color: #888888;	border-style: solid;	margin: 5;}.nav {	font-weight: bold;	font-size: 26px;}/* 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 {	margin-left: 2;	margin-right: 2;	margin-bottom: 0;}/* Highlight the image name on the slide pages. */#slide .name {	font-weight: bold;	font-size: 14px;}/* Header */h1 {	font-size: 30px;	font-weight: bold;	font-family: Georgia, "Times New Roman", Times, serif;	color: #660000;}/* Custom link styles */a:active {	text-decoration: none;	color: #FFAAAA;}a:visited {	text-decoration: none;	color: #660000;}a:hover {	text-decoration: underline;	color: #FFFFFF}a:link {	text-decoration: none;	color: #660000;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	font-style: normal;	line-height: 20px;	font-weight: bold;}#imageinfo {	visibility: hidden;}#slide {	background-image: url(mainBG.jpg);	background-repeat: repeat-y;	background-color: #330000;	width: 800px;}