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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	text-align:center;
	color: black;
	background-image: url(img/0beige.jpg);
	background-repeat: repeat;

}


h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: 100;
}

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

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

.thumbimage {
	border: 2px solid #000;
}
.image {
	border: 12px solid #000;
}

.icon {
	border: 0px;
}
