TABLE.vehicles {
	border : 1px solid Black;
}

TD.title {
	font-weight : bold;
	background : #7B63A5;
	color : White;
}

H1 {
	color : #5A477A;
	font : bold italic;
}

TABLE.footer {
	font : bold italic 15px;
	color : #5A477A;
}



TD.data {
	font : 12px;
}

TD.disclaimer {
	font : 12px;
	border : 1px solid #7B63A5;
}



A.menu:HOVER {
	color : Red;
}
A.menu {
	color: White;
	text-decoration : none;
	font-style : italic;
	font-weight : bold;
}

BODY {
	font-family : "Times New Roman", Times, serif;
}

P.faq_q	{font-weight:bold;}
