body {
  background-color: #FFFF99;
  font-family: georgia;
}

h1 {
  font-size: 36;
  text-align: center;
  color: #000000;
}

h2 {
  font-size: 30;
  color: #CC0000;
}

h3 {
  font-size: 22;
  color: #000000;
}

h4 {
  font-size: 18;
}


h6 {
  font-size: 12;
  color: #003399;
  font-family: arial;
}


hr {
  color: #FFFF99;
}

h8 {
  color: #000000;
  font-size: 28;
  text-decoration: none;
}

a.nav {
  color: #FF9900;
  font-size: 28;
  text-decoration: none;
}

a.nav:hover {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}


a {
  color: #FF3300;
  text-decoration: none;
}

p {
  color: #000000;
  font-size: 14;
  font-family: verdana;
}
