.image{
	   width: 150;
	   border-top: thin solid blue;
	   border-left: thin solid black;
	   border-right: thin solid black;
	   border-bottom: thin solid blue;
	   text-align: center;
	   
	   }
.price{
	   width: 150;
	   border-top: thin solid blue;
	   background-image: url(images/bckgrnd6y.jpg);
	   text-align: center;
	   border-bottom: thin solid blue;
	   font-size: 18pt;
	   }
.description{
		padding-left: .125in;
		width: 295;
		border-top: thin solid blue;
		border-right: thin solid black;
		background-image: url(images/bckgrnd6b.jpg);
		border-bottom: thin solid blue;
		font-size: 10pt;
		font-family: verdana, sans-serif;
		font-weight: bold;
		}
