@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

.container {
	width: 960px;
	margin: 0 auto;
	bg color: #F3C6E2;
}

h1 {
	font-family: Arial Black, Impact, sans serif;
	text-align: center;
	color: #E637C6;
}

tr {
	font-size: 20px;
}

.thumbnails p {
	float:left;
	margin: 20px;
	border: thin solid black;
}

.footer {
	text-align: center;
	clear: both; }

.arrow {
	color: #E637C6;
	float: left;
	font-size: 10em;
	margin: 45px;
}

.main {
	width: 600px;
	float: left;
}

.caption {
	clear:both;
	padding: 1.5em;
	text-align:center;
	font-size: 1.3em;
	color: #E637C6;
}

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



