header, nav, p {display: block;}
a {text-decoration: none; }
body  {
  font-family: Arial, Verdana, sans-serif;
  background-color: LightGray; 
  text-align:left;}
h1 {
  font-family: Arial, Verdana, sans-serif;
  color: red;
  text-align: center;}
h2 {
  font-family: Arial, Verdana, sans-serif;
  color: black;
  text-align: center;}
.header {
  margin: 40px, 0px, 20px, 0px; }
p {
  font-size: 100%; }
.indents {
  text-indent: 40px; 
  font-size: 80%; }
.indents-two {
  text-indent: 60px; 
  font-size: 80%; }
table {
  display: block;
  border-spacing: 0px;
  width: 1000px; 
  background-color: LightGray;}
th, td {
  padding: 3px 30px 3px 10px;
  border-spacing: 0px;
  font-size: 90%;
  margin: 0px; }
th {
  text-align: left; 
  border-bottom: 1px solid Black;}
td {
  text-align: left; }
tr.head th {
  text-align: left; }
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;
       }
nav li a {
  color: #000000; }
nav li a:hover, nav li a:current {
  color: #000000; }
footer {
  clear: both;
  color: black;
  height: 30px;
  text-align: right;
    }
         