/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;
	margin-top: 20px;
	text-align:center;	
	background-image: url(images\bg.jpg);
	color: black;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
}

a {
	color: #ff3333;
	text-decoration:none;
}

div.thumb {
	font-size: 10px;
}

.thumbimage {
	border: 4px solid #993333;
}
.image {
	border: 12px solid #993333;
}

.icon {
	border: 0px;
}
