.gal {
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.gal:link {
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.gal:visited {
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.gal:hover {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.photo {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.photo:link {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.photo:visited {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.photo:hover {
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.brdr {
	 border: 1px solid white;
}