html {
  font-family: Verdana, Arial, sans-serif;
  height: 100%;
}
body {
  background: #000;
  font-size: 100%;
  height: 100%;
}

h1 {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 18px;
}
h3 {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 16px;
}
h4 {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 14px;
}

p {
  margin-bottom: 10px;
}
strong {
  font-weight: bold;  
}

table td {
  padding: 0 10px 0 0;
}


.clear {
  clear: both;
}



#page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}

#page a {
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
}

#page a:hover {
  text-decoration: underline;
}





