.products {
	color: #ff0000;
	font-size: 14px;
	line-height: 14px;
	a:link      { color: #696969; font-size: x-small; text-decoration: none }
a:visited     { color: gray; font-size: x-small; text-decoration: none }
a:hover     { color: #a9a9a9; font-size: small; text-decoration: blink }
a:active   { color: red; font-size: small; text-decoration: blink }
}

.box-grey{ 
 color: white;background-color:#c0c0c0; margin-top:5px;margin-bottom:5px;margin-left:5px;margin-right:5px;font-size: 9px; padding:5px 5px 5px 5px
 }
 
 .box-grey a:link{ 
 color: #696969;
text-decoration: none;
 }
 
 .box-grey a:hover{
color: #00FFFF;
text-decoration: underline;
}
