




.logo
{
	width:15%;
	height:300px;
	background-image: url("100/CAR.jpg");
	background-size:100%;
	float:left;
	background-repeat:no-repeat;
}

.banner
{
	width:85%;
	height:300px;
	background-image: url("100/fordd.jpg");
	float:right;
	background-size:100%;
	background-repeat:no-repeat;
}

.header
{
	width:100%;
	height:90px;
	background-image: url("100/New.png");
	float:up;
}



.nav
{
	width:15%;
	height:660px;
       background-color:#black;
	float:left;
      }


.body
{

width:85%;
height:760px;
background-color:#189ab4;
float:right;
padding:50px;
box-sizing:border-box;
}





.sections
{
width:80%;
margin-left:10%;
} 

h1
{
font-family:verdana,helvetica;
text-align:center;
    font-color:white;
}
h2
{
font-family:verdana,helvetica;
text-align:left;
    font-color:white;
}

h3
{
font-family:verdana,helvetica;
text-align:left;
    font-color:white;
}

article
{
font-family:verdana,helvetica;
font-size:12pt;
text-align:justify;
}


/* unvisited link */
a:link {
  color: red;
font-family:arial;
font-size:20pt;

}

/* visited link */
a:visited {
  color:black;
}

/* mouse over link */
a:hover {
  color: #189ab4;
}

/* selected link */
a:active {
  color:black;
}

img
{
max-width:100%;
height:auto;

}
