.photoa { text-decoration: none;}
.photoa:link { color: teal; }
.photoa:visited { color: teal; }
.photoa:hover { color:#AF3D03; }
.photoa:active { color:#AF3D03; }

.photoqty {
	background-color: White;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid Black;
}

.photochoose { 
	width: 15px;
	border: 1px solid Black;
	vertical-align: middle;
	text-align: center;
}

.error {
	font-size: 18px;
	color: red;
	text-align: center;
	font-weight: bold;
}

a.larger {
	font-size: 20px;
	line-height: 28px;
}
a.none {
	text-decoration:none;
}