﻿body 
{
    background-color:#EFE3B9;
    font-family:Arial;
}
.BodyMatch{ 
   background-color:#EFE3B9;
   font-family:Arial;
} 
.ScrollText{ 
   background-color:#EFE3B9;
   font-family:Arial;
   font-style: italic;
   color:Green;     
} 
.bordered 
{
    border:3px white solid;
    background-color:white;
    width:265px;
    padding:30px;
    height: 310px;
}
.bordered1
{
    border:3px white solid;
    background-color:white;
    width:94px;
    padding:30px;
    height: 55px;
}
.ColorForHiding
{
background-color:#EFE3B9;
}
.Headerfont
{
  font-family:Arial;
  color:Green;  
 }
 .SubHeaderfont
 {
  font-family:Arial;
  font-weight:bold;
  color:Navy;
 }
.Vehicle_Miles
{
  font-family:Arial;
  font-weight:bold;
  color:Navy;  
}
.Vehicle_Title
{
   font-family:Arial;
   font-weight:bold;
   color:Green;    
 }
 .Vehicle_Price
 {
   font-family:Arial;
   font-weight:bold;
   color:Red;   
  }
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:14px;
	background:transparent url("Images/blue.jpg") repeat-x top left;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:0px solid #ffffff;
    height: 50px;
}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:35px;
	}
ul#menu li a:hover{
	font-weight:bold;
	background:transparent url("Images/blueglass.gif") repeat-x top left;	
	}
	
	