/*
 * Combined style sheet for the index pages and the slide pages.
 */
 

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: white;
	margin: 5;
	background-attachment: fixed;
	background-image: url(backpaper.jpg);
	background-repeat: repeat;
	background-position: left top;
	
		
}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

/* Put a border on all generated images */
.image {
	border-width: 3;
	border-color: white;
	border-style: solid;
	margin: 10;
}

/* Align the content of the cells on the index pages to the center and _bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 8;
	margin-right: 8;
	margin-bottom: 16;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 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;
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}
