/*********************************************************************
 * TITLE: wjduquette.css
 *
 * DESCRIPTION:
 *	Style sheet for the wjduquette.com website.
 *     
 *********************************************************************/
    
/* Standard Headlines */
H1 {color: black;
    font-size: 2.5em;
    font-family: Times New Roman, serif}

.author {
     color: black;
     font-size: 1.3em;
     font-family: Times New Roman, serif}              

.subtitle {
     color: black;
     font-size: 1.3em;
     font-style: italic;
     font-family: Times New Roman, serif}              

H2 {font-size: 1.5em; font-weight: bold;
    font-family: Times New Roman, serif}

H3 {font-size: 1.1em; font-weight: bold;
    font-family: Times New Roman, serif}

BODY {
    color: black;
    background-color: rgb(239, 233, 214);
    font-size: 1em;
    font-family: Times New Roman, serif}

.bodytable {
    width: 50em;}

.bodytext {
    color: black;
    font-size: 1.1em;
    font-family: Times New Roman, serif}


/* End of zymurgia.css */
    

