A.catdesc:hover       {text-decoration: underline}
A.tree:hover       {text-decoration: underline}
<!-- Customer Service Page underline -->
.custunderline  {
	font-size : 12px;
	font-family : Verdana,Arial,Helvetica;
	color : Black;
	font-weight : bold;
	text-decoration : underline;
}

<!-- Customer Service Page Blue -->
.custblue  {
	font-size : 14px;
	font-family : Verdana,Arial,Helvetica;
	color : #000099;
	font-weight : bold;
	text-decoration : none;
}

<!-- tree text -->
.tree  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #009966;
	line-height: 16px;
	font-weight : bold;
	text-decoration : none;
}

<!-- catalog and product short descriptions -->
.catdesc  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #6633ff;
	font-weight : bold;
	text-decoration : none;
}

<!-- color swatch descriptions -->
.swatch  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : Black;
}

<!-- product description on individual product pages -->
.productdesc  {
	font-size : 14px;
	font-family : Verdana,Arial,Helvetica;
	color : #009966;
	font-weight : bold;
}

<!-- text following productdesctype (logo, size, color etc.) -->
.productinfo  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : Gray;
}

<!-- logo, size color, etc. -->
.productdesctype  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #003366;
}

.productheader  {
	font-size : 16px;
	font-family : Verdana,Arial,Helvetica;
	color : #009966;
}

<!-- drop down selectioin boxes -->
.drop  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
}

<!-- 1,2,3,4, etc. -->
.numbers  {
	font-size : 10px;
	font-family : Verdana,Arial,Helvetica;
	color : #003366;
}

