 /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  padding: 10px 15px;
}
thead {
  background: #395870;
  color: #fff;
}
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
td {
  border-bottom: 1px solid #cecfd5;
  border-right: 1px solid #cecfd5;
}
td:first-child {
  border-left: 1px solid #cecfd5;
}
/*=========================================
    Main Styles
    =========================================*/
    body {
      font-family: arial;
  
    background-image: url("http://www.livetrucking.com/wp-content/uploads/2014/02/New-Website-Background1.jpg");

    }

    .img1 {
    	text-align: center;
    }

    .container {
      width: 989px;
      margin: 0 auto;
    }

    .footer {
      text-align: center;
      font-style: bold;
    }

    .shadow {
      padding: 25px 25px;
      background-color: #696969;
      box-shadow: 10px 10px 10px black;
    }

	.h6{
	font-style: bold;
	text-align: right;
}

.navigation {
 overflow: hidden;
 background-color: #A9A9A9;
 

}

.navigation a {
float: left;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;

}

a:hover {
	color: black;

}
