p, table, li, h1, h2, h3 {
  font-family: verdana,arial,'sans serif';
  color: green;
}
p, h1, h2, h3, table, li, hr {
  margin-left: 0;
}
p, li, th, td {
  font-size: 30px;
  font-weight: bold;
}
h4 {
  font-family: verdana,arial,'sans serif';
  color: #daa520;
  font-size: 9px;
}
body {
  background-color: #102321;
}
h1, h2, h3, hr {
  color: #191919;
}
a:link {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue;
  text-decoration: none;
}
a:active {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #999999;
}