.descript, .year {
	color: teal;
	font-family: Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	}
 .price {
	color: red;
	font-family: "Arial Black", Verdana;
	font-size: 19px;
	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 Black", Verdana;
    font-size: 19px;
}
.bold-text {
	font-weight: bold
}
div .content {
	line-height: 22px
}

.pagination-links {
	margin: 12px 0;
	text-align: center;
	font-weight: bold;
}
.pagination-links a {
	background: #fff;
	border: 1px solid #999;
	padding: 3px 6px 3px 6px;
	margin-right: 6px;
	text-decoration: none;
	
}
.pagination-links a:hover {
	background: #EEE;	
}
.box-left h1 {
	padding:14px 14px;
	margin: 0;
	font-size:1.0em;
	font-weight: bold;
	color:#FFF;
}
#finance-form td {
	background: #fea;
}

.err {
	color: #c00;
	font-size:1.0em;
	font-weight: bold;
	height:20px;
	text-align:center;
}
