body { 
    background: #CCCCFF; 
    color: black;
}

#contents {    
    width: 65em;
    margin-left: auto;
    margin-right: auto;

    padding: 1em;
    border: 1pt solid #999;

    background: white;
    color: black;
}

h1 { 
    text-align: center;
    border: 1pt solid rgb(153, 85, 187); /* deep lilac */
    background: rgb(200, 162, 200); /* lilac */
}
