/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	text-align:center;	
	background-color: #fff;
	background-image: url('../res/bg.jpg');
	color: black;
}


h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: 100;
}

a {
	color: #ff3333;
	text-decoration:none;
}

div.thumb {
	font-size: 10px;
}

.thumbimage {
	border: 4px solid #cc0000;
}
.image {
	border: 12px solid #cc0000;
}

.icon {
	border: 0px;
}
