header, nav, p {display: block;}
a {text-decoration: none; }
body  {
  font-family: Arial, Verdana, sans-serif;
  background-color: LightGray; 
  color: #666666; }
h1 {
  font-family: Arial, Verdana, sans-serif;
  color: red;
  text-align: center;}
h5 {
  font-family: Arial, Verdana, sans-serif;
  color: Black;
  text-align: center;}
.header {
  margin: 40px, 0px, 20px, 0px; }
.wrapper {
  width: 1000px;
  margin: 0px auto; }
.entry {
  width: 500px;
  float: left;
  margin 10px; }
figure {
  display: block;
  margin 0px;
  padding 9px;
  text-align: center; }
figure img {
  border: 3px solid DarkGray; }
figcaption {
  padding-left: 0px; }
table {
  display: block;
  border-spacing: 0px;
  width: 500px; }
th, td {
  padding: 3px 30px 3px 10px;
  border-spacing: 0px;
  font-size: 90%;
  margin: 0px; }
th {
  text-align: left;
  background-color: #ec912b;
  border-bottom: 1px solid Black;
  border-left: 1px solid Black;
  border-right: 2px solid Black;  }
td {
  text-align: left;
  background-color: #ffff80;
  border-bottom: 1px solid Black;
  border-right: 1px solid Black;  }
tr.head th {
  color: #ffffff;
  background-color: #8d711b;
  border-bottom: 2px solid Black;
  border-top: 2px solid Black;
  border-left: 2px solid Black;
  border-right: 2px solid Black;
  text-align: center;
  text-shadow: -1px -1px 1px #666666;
  letter-spacing: 0.15em; }
td {
  text-shadow: 1px 1px 1px #ffffff; }
tr.even td, tr.even th {
  background-color: #dab646; }
.stats {
  text-align: right; }
nav {
  clear: both;
  color: black;
  background-color: LightGray;
  height: 30px;
    }
nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
nav li {
  display: inline;
  margin-right: 40px;
  font-size: 100%;
       }
nav li a {
  color: #000000; }
nav li a:hover, nav li a:current {
  color: #000000; }
p {
  font-family: Arial, Verdana, sans-serif;
  text-align: justify;
  margin: 10x;
  }
footer {
  clear: both;
  color: black;
  height: 30px;
  text-align: right;
    }
         