/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-size: 10px;
	background: #fff6ca;
	color: #040;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-color: #eeeeee;
	border-style: outset;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* 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. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: 600;
}
h2 {
  font-size: 20px;
	font-weight: 300;
}
h3 {
  font-size: 14px;
	font-weight: 100;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #230;
}

a:visited {
	text-decoration: none;
	color: #020;
}

a:hover {
	text-decoration: underline;
	color: #080;
}

a:link {
	text-decoration: none;
	color: #040;
}

#imageinfo {
	visibility: hidden;
}
div.home {
  positon: absolute;
	top: 5px;
	left: 5px;
	height: 20px;
	width: 150px;
	border: 1px solid;
	font-size: 15pt;
	text-align: left;
}

