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

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align:center;	
	background-color: #000F24;
	color: ccc;
}


h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ccc;
}

a {
	color: #ccc;
	text-decoration:none;
}

div.thumb {
	font-size: 10px;
	align:center;
}

.thumbimage {
	border: 1px solid #ccc;
}
.image {
	border: 2px solid #ccc;
}

.icon {
	border: 0px;
}
