li { 

		 display: inline; 

		 }

	

	

	

		.navbars {



  overflow: hidden;



  background-color: white;



  position: relative;



  bottom: 0;



  width: 100%;



  text-align:center;



}







.navbars a {



  float: left;



  display: block;



  color: black;



  text-align: center;



  padding: 10px 3px;



  text-decoration: none;



  font-size: 13px;



}







.navbars a:hover {



  background: red;



  color: black;



}







.navbars a.active {



  background-color: black;



  color: white;



}







.main {



  padding: 16px;



  margin-bottom: 30px;



}