/*
 * quagents.css
 *
 * George Ferguson, ferguson@cs.rochester.edu,  7 Oct 2004
 * Time-stamp: <Thu Oct  7 10:15:36 EDT 2004 ferguson>
 */

body {
    background: white;
    color: black
    font: Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
    margin-left: 0.5in;
    margin-right: 0.5in;
    text-align: justify;
}

h1 {
    text-align: center
}

tt {
    font-weight: bold
}

pre.code {
    font-weight: bold;
    margin-left: 0.5in;
    background: #d0d0d0
}

    
