body { background:white; color:black; margin:0 }

body { font-size: 67%; }

#content{ margin-left:0; 
     float:none; 
     width:auto }

.navigation, #sidebar, #hmenu, #search, #header, #footer, #comments {display:none}

/* Change to pre.haskell to indent just Haskell code */
pre {
    margin-left: 2em;
    margin-right: 2em;
    font-size: 120%;
}
/* I like the inline code a little bigger. */
code { font-size: 120%; }



/* Added.  Sync with style.css */

/* Change to pre.haskell to indent just Haskell code */
.exercise,.hidden {
    -moz-border-radius:0.5em; 
    /* Sadly, IE doesn't support content attributes, so
       I can't insert the "Exercise: " automatically. */
    border:2px solid;
    padding: 15px 15px 0px 15px; /* all but bottom */
    margin-bottom: 10px;
}

/* Change to pre.haskell to indent just Haskell code */
.exercise {
    border-color: DarkGreen;
}

.hidden { 
    display:none;
    border-color: Red;
}

