/***** BASICS ****/    
    
    body {
        margin: 0;
        background-image: url(/backgrounds/do\ green.jpg);
        background-repeat: repeat;
        background-color: darkolivegreen;
    }

/***** MAIN CONTENT ****/
   
    .container {
        width: 800px;
        height: 700px;
        overflow-y:auto;
        margin: 50px auto;
        font-family: fake receipt;
            
    }
        
    a {
        text-decoration: none;
        font-family: fake receipt;
    }

      
    li {
        font-size: 1em;
        color: darkslategray;
    }

    ul {
        font-size: 1.5em;
        font-family: fake receipt;
    }

    summary {
        font-size: 2em;
        font-family: fake receipt;     
    }