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

body {
	background-color: #fff;
	background-image: url('../res/bg.jpg');
	color: black;
}
h1 {
	color:#ffffff;
}
a {
	color: #ccc;
	text-decoration:none;
}
.thumbimage {
	border: 4px solid #fff;
}
.image {
	border: 12px solid #fff;
}
