
@import url("sfstyles.css");
@import url("rlstyles.css");
@import url("ffstyles.css");
@import url("ncstyles.css");



/* OVER-RIDE USED CAR DETAIL STYLES FOR BLACK */

div {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
	
.dp_links, .dp_details, .dp_promotion {
	background-color:black ! important;
	border:none ! important;
}

.dp_row1 {
	background-color:#333 ! important;
}

.dp_row2 {
	background-color:#666 ! important;
}

/* MAIN STYLES */


body {
	background-color : #000000;
		color : #ffffff;
}


h1{	
	padding : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #ffffff;
}	

h2{	
	padding : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #ffffff;
}	


a {
	color : #ffffff;
	text-decoration : underline;
}

a:hover{
	color : #ccc;
	text-decoration : none;
}

a:active{
	color : #ffffd9;
	text-decoration : underline;
}

	