.container{
	background-color: white;
}

.banner{
	border: 1px solid black;
	text-align: center;
	font-size: 50pt;
	background-color: #800000;
	color: white;
}

.info{
	text-align: center;
	font-size: 14pt;
}

.gallery{
	text-align: center;
	font-size: 12pt;
}

.footer{
	border: 1px solid black;
	text-align: center;
	font-size: 12pt;
	background-color: #800000;
	color: white;
}

img{
	width: 400px;
	height: 300px;
}

table td{
	text-align: center;
	padding: 2px;
	font-size: 14pt;
}

h1{
	text-decoration: underline;
}