    body
    {
       padding: 0;
       margin: 0;
       background-color: #DDD;
       color: #000;
       text-align: center;
    }

    #contents
    {
       margin-top: 10px;
       margin-bottom: 10px;
       margin-right:auto;
       margin-left:auto;
       width: 900px;
       padding: 10px;
       background-color: #FFF;
       color: #000;
       text-align: center;
    }

    h1
    {
       color: #333;
       background-color: transparent;
       font-family: Century Gothic, Arial, Helvetica, sans-serif;
       font-size: 300%;
       font-weight: bold;
       word-spacing: -0.3em;
       line-height: 0.3;
    }

    h1 em
    {
       color: #888;
       font-style: normal;
    }

    h2
    {
       color: #000;
       background-color: transparent;
       font-family: Century Gothic, Arial, Helvetica, sans-serif;
       font-size: 150%;
       font-weight: bold;
       line-height: 0.5;
    }

    p
    {
       font-size: small;
       line-height: 0.5;
    }

    p, p.copyright
    {
       color: #333;
       background-color: transparent;
       font-family: Century Gothic, Arial, Helvetica, sans-serif;
    }

    p.copyright
    {
       font-size: x-small;
    }

