html, body {
  margin: 0;
  padding: 0;
  border: 0;
}
body { background-color: black;  }
#main {
  width: 800px;
  height: 100%;
  max-width: 1000px;
  background-color: black;

  margin: auto;
  padding: 1em;
} 




a:link { color: white; text-decoration: none; font-weight: normal }
a:active { color: white; text-decoration: none; font-weight: normal }
a:visited { color: white; text-decoration: none; font-weight: normal }
a:hover { color: white; text-decoration: none; font-weight: bold }

a.image:hover { color: white; text-decoration: none; font-weight: normal}

h1
{
font-size: 72pt;
font-weight: bold;
color: white;
display: inline;
text-align: center;
font-family: Helvetica, sans-serif;
}
h2
{
font-size: 14pt;
color: white;
display: inline;
font-weight: normal;
font-family: Helvetica, sans-serif;
}
h3
{
font-size: 10pt;
color: white;
display: inline;
font-weight: normal;
font-family: Helvetica, sans-serif;
}