.heading{
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #0000ff;
	text-align: center;
	text-decoration: underline;
	margin: 10px 0px 10px 0px;
}
table#description {
	width: 760px;
	border-style: solid;
	border-width: 1px;
}

table#cars {
	width: 760px;
}
table#cars .column1 {
	width: 190px;
	vertical-align: top;
	text-align: center;
}
table#cars .column2 {
	width: 190px;
	vertical-align: top;
	text-align: center;
}
table#cars .column3{
	width: 190px;
	vertical-align: top;
	text-align: center;
}
table#cars .column4 {
	width: 190px;
	vertical-align: top;
	text-align: center;
}
.style1 {
	color: #FF0000;
}
.style2 {
	font-size: x-small;
	color: #FF0000;
}
.style3 {
	font-size: medium;
}
.style4 {
	font-size: small;
}
.style5 {
	border-width: 1px;
}

.image {
	border-width: 0px;
}