/* * Combined style sheet for the index pages and the slide pages. *//* Style for all bodies. */body {	font-family: Verdana, Arial, sans-serif;	font-size: 13px;	background-color: #000078;	color: white;	margin: 5;}/* Style for all table cells. */td {	font-family: Arial, sans-serif;	font-size: 10px;}/* Put a border on all generated images */.image {	border-width: 1;	border-color: #AAAAAA;	border-style: solid;	margin: 5;}/* Align the content of the cells on the index pages to the left and top. */#index td {	text-align: left;	vertical-align: top;}/* Remove the margin under the images on the index pages. */#index .image {	margin-left: 2;	margin-right: 2;	margin-bottom: 0;}/* Don't have margins on the slide pages. */body#slide {	margin: 0;}/* Highlight the image name on the slide pages. *// dcb#slide .name {/ dcb	font-weight: bold;/ dcb	font-size: 14px;}/* Header *// dcb h1 {/ dcb	font-size: 30px;/ dcb	font-weight: bold;}/* Custom link styles *// dcba:active {/ dcb	text-decoration: none;/ dcb	color: #FFAAAA;/ dcb}/ dcba:visited {/ dcb	text-decoration: none;/ dcb	color: #AAAAAA;/ dcb}/ dcba:hover {/ dcb	text-decoration: underline;/ dcb	color: #FFFFFF/ dcb}/ dcba:link {/ dcb	text-decoration: none;/ dcb	color: #CCCCCC/ dcb}/ dcb#imageinfo {/ dcb	visibility: hidden;/ dcb}