
/*  NJV customizations  */
/* originally nikked from O'Reilly perl.com stylesheet */

pre, code, kbd, samp {
    font-family:  Consolas, Monaco, 'Lucida Console', monospace;
}

code {
    color: #003366;
    background-color: #efefef;
    text-align: left;
}

kbd {    /* user input */
   font-weight: bold;

    background-color: #efefef;
    text-align: left;
    color: #000;

}


samp {   /* replaceable parts of user input*/
    font-weight: bold;
    font-style: italic;
}

var  {   /* files, usernames, dirs, commands, urls, new terms, etc.  */
    font-style: italic;
    font-family: georgia, garamond, hoefler text, serif;
}




