/*
 * Combined style sheet for the index pages and the slide pages Skoda WRC - this one!
 */

/* Style for all bodies. */
body {
	background-color: #FFFFFF;
	margin: 5px 0px 0px;
	padding: 0px;
}

/* Put a border on all generated images */
.image {
	margin: 2;
	padding: 2px;
	border: 2px solid #005430;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}


