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

/* Photo Gallery - Tables & CSS */

#gallery table {
	width: 1000px;
}

#gallery p {
	font-size: 10px;
	margin-left:25px;
	margin-right:25px;
	margin-top: 2px;
	margin-bottom: 7px;
	text-align: center;
	}

#gallery {
	text-align: center;
	margin: 0;
	padding: 0;
}

#gallery h4 {
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 80px;
}

.td_pic {
	vertical-align: top;
	text-align: center;
}

.imgL {
	height: 150px;
	border: 2px solid #69000F;
	}

A:link .imgL {border: 2px solid #69000F;}	
A:visited .imgL {border: 2px solid #69000F;}
A:hover .imgL {border: 2px solid Silver;}
A:active .imgL {border: 2px solid #69000F;}