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