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


body {
	font-size: 13px;
	background-color: #aaaaaa;
	color: #000000;
	margin: 5;
}


td {
	font-size: 10px;
}


.image {
	border-width: 2;
	border-color: #eeeeee;
	border-style: outset;
	margin: 5;
}


#index td {
	text-align: center;
	vertical-align: bottom;
}


#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}


body#slide {
	margin: 0;
}


#slide .name {
	font-weight: bold;
	font-size: 14px;
}


h1 {
	font-size: 30px;
	font-weight: bold;
}


a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

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

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

#imageinfo {
	visibility: hidden;
}

