  body, html {height: 100%;}
  #vertcontents {height: 100%; overflow: visible;}

  body {
  margin: 0 0 0px 0;
  text-align: center;
  background-color: #000000; 
  }

  #contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  }

    a:link, a:visited { text-decoration: none; color:#000000; }
   
    a:hover { text-decoration: underline; color:#990000; }
	
  
  h1,h2,p {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  background: #ffffff;
  word-spacing: 0;
  letter-spacing: 0;
  }
  
  h1 { font-size: x-large; line-height: 2%; }
  h2 { font-size: large; line-height: 2%; } 

  p.first { font-size: small; line-height: 2%; }
  p.second { font-size: small; }
  p.third { font-size: x-small; }