.descript, .year {
	color: teal;
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	}
 .price {
	color: red;
	font-family: Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: right
   }
.link-text, .link-text a, .link-text a:visited, .link-text a:hover {
	color: #00f;
	font-size: 12px;
	text-decoration: underline;
}
.text a, .text a:visited, .text a:hover {
	color: #00f;
	font-size: 13px;
   font-weight: bold;
	text-decoration: underline;
}
.main-heading {
	text-align: left;
	color: teal;
	font-family: Arial, Verdana;
   font-size: 18px;
	font-weight: bold;
}
.bold-text {
	font-weight: bold
}
div .content {
	line-height: 22px
}
.imgThumb {
	border: 1px solid #009
}