/* * Combined style sheet for the index pages and the slide pages. *//* Style for all bodies. */body {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	background-color: #942A2C;	margin-top: 30px;	margin-bottom: 0px;	padding: 0px;	margin-right: 0px;	margin-left: 0px;	font-weight: normal;	font-variant: normal;	text-decoration: none;	text-align: justify;	background-image: url(logo.jpg);	background-repeat: no-repeat;	background-position: right bottom;	background-attachment: fixed;}p {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	text-decoration: none;	background-color: #942A2C;	margin-top: 0px;	margin-bottom: 0px;	padding: 0px;	margin-right: 0px;	margin-left: 0px;	font-style: normal;	font-weight: normal;	font-variant: normal;	line-height: 19px;	text-align: justify;}/* Style for all table cells. */td {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;}/* Align the content of cells. */#index td {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #FFFFCC;	text-align: justify;	vertical-align: bottom;}#slide td {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	text-align: justify;	vertical-align: bottom;}/* Remove the margin under the images on the index pages. */#index .image {	margin-top: 0;	margin-left: 0;	margin-right: 0;	margin-bottom: 0;}body#index {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	background-color: #942A2C;	margin-top: 30px;	margin-bottom: 0px;	padding: 0px;	margin-right: 0px;	margin-left: 0px;	font-weight: normal;	font-variant: normal;	text-decoration: none;	text-align: justify;	background-image: url(logo.jpg);	background-repeat: no-repeat;	background-position: right bottom;	background-attachment: fixed;}/* Don't have margins on the slide pages. */body#slide {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	background-color: #942A2C;	margin-top: 30px;	margin-bottom: 0px;	padding: 0px;	margin-right: 0px;	margin-left: 0px;	font-weight: normal;	font-variant: normal;	text-decoration: none;	text-align: justify;	background-image: url(logo.jpg);	background-repeat: no-repeat;	background-position: right bottom;	background-attachment: fixed;}/* Highlight the image name on the slide pages. */#slide .name {	font-weight: bold;	font-size: 16px;}/* Header */h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 30px;	font-weight: normal;	font-variant: small-caps;	text-transform: none;	color: #FFFFCC;	text-decoration: none;}/* Custom link styles */a {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	color: #FFFFCC;	text-decoration: none;	font-style: italic;	font-weight: bolder;}#imageinfo {	visibility: hidden;}
