body { background-color: #666666;
       color: #ff0000;
       margin: 20px;
       padding: 0px;
       font-family: Verdana, Geneva, Helvetica, sans-serif }

h1 { text-align: center;
     font-size: large }

p { text-align: center;
    font-size: small }

a:link { color: #ffffff;
         text-decoration: none }
a:visited { color: #999999;
            text-decoration: none }
a:hover { color: #676767;
          text-decoration: none }
a:active { color: #ff0000;
           text-decoration: none }
           
#content { width: 600px;
           padding: 20px;
           margin-left: auto;
           margin-right: auto;
           background-color: #000000 }