

/* 
   If this doesn't render as expected, check your browser's 
   javascript error console. 
*/

body
{
    font-family:arial;
    font-size: 1em;
    /* text-align: justify; */
}


a
{
    /*
      border-color: green;
      border-style: dashed;
      border-width: 3px;
      padding: 0em 0em 0em 0em; 
    */
}

pre
{
    font-size: 1.2em;
    /*
      Chaning the letter spacing of a mono-spaced font
      is not wise.
    */
    /* letter-spacing: -0.05em; */
}

p
{
    margin: 0em 0em 0em 0em; 
    padding: 0em 0em 0em 0em; 
    margin-left: 2em;
    max-width: 600px;
    /* uncomment to debug block size issues */
    /* 
      border-color: black;
      border-style: double;
      border-width: 3px;
    */
}
