.header {
  width:325px;
  height:150px;
  border: solid #EEE 1px;
  margin:5px
}

.header a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.header a:hover {
	
  width:325px;
  height:150px;
  text-decoration:none;
  background-color: #D3D3D3;
  border:solid #020B5B 1px;
  cursor: pointer;
}


.dealerheader {
  width:220px;
  height:170px;
}

.dealerheader a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.dealerheader a:hover {
  width:220px;
  height:170px;
  text-decoration:none;
  background-color: #D3D3D3;

}
.allcars {
 margin:auto;
  width:250px;
  height:75px;
}

.allcars a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.allcars a:hover {
  width:250px;
  height:75px;
  text-decoration:none;
  border:dotted #00A0FE 1px;
}


.newheader {
  width:110px;
  height:125px;
}

.newheader a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.newheader a:hover {
  width:110px;
  height:125px;
  text-decoration:none;
  background-color: #D3D3D3;

}

.newheader1 {
  width:250px;
  height:250px;
}

.newheader1 a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

.newheader1 a:hover {
  width:250px;
  height:250px;
  text-decoration:none;

}

