a.glass:link, a.glass:visited {
	color: #FFFFFF;
	background-image: url(../artwork/curved-orange.jpg);
	line-height: 22px;
	text-decoration: none;
	width: 100%;
	font-size: 10px;
	text-align: center;
	font-variant: small-caps;
	display: block;
	border: thin groove #999999;
	font-weight: bold;
}
a.glass:hover {
	background-image: url(../artwork/orange-button.jpg);
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
	width: 100%;
	border: thin ridge #660000;
	text-align: center;
	display: block;
	background-position: center center;
	line-height: 22px;
	font-weight: bold;
}
