
body { text: red;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: rgb(108, 192, 217); }
   
    

#centercolumn {
    background-color: white;
    overflow: scroll;
    position: absolute;
    font-size: 80%;
    padding: 0px 5px 0px 5px;
    left: 175px;
    top: 0px;
    width: 430px;
    height: 560px; }

.obscure { font-size: xx-small; color: rgb(109, 193, 218); }
    

