body {
	font-family: verdana;
	background-color: #003366;
}
a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
}
h1 {
	text-align: center;
}
table {
	width: 1000px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.thumbnail {
	
	width: 498px;
	float: left;
	text-align: center;
	margin: 20px 0px;

	
}
.thumbnail a img {
	border: 1px solid #0099CC;
}