
h2{
	text-align; center;
}
table{
	margin:auto;
	border:3px solid #3f2a14;
	width: 100%;
	border-spacing: 0;
}
th:nth-child(2) {
  text-align: right;
}

td,th{
	border-style:none;
	padding:0.5em;
	width:auto;
}

tfoot td{
	font-size: 9ps;
	text-align: center;
}
tr:nth-of-type(even){
	background-color: #eaeaea;
}
table td:nth-child(2) {
  text-align:right;
}

thead:first-of-type {
	background-color: Orange;
	color:#FFF;
}

tfoot td {
  text-align: center;
}

h2 {
  text-align: left;
}

 nav a {
            text-decoration: none; 
            color: blue; 
            margin-right: 10px;
        }
        
        nav {
            text-align: center; 
            margin-bottom: 10px; 
        }
        
        hr {
            margin: 10px 0; 
        }
        
        h1 {
            text-align: center; 
        }
		
.center-image {
  display: block;
  margin: 0 auto;
}
