body {
    color: #000000; 
    background-color: #FFFFFF; 
    font-family: "lucida sans unicode", verdana, sans-serif; 
    font-size: 0.85em; 
    margin-left : 2.5em;
    margin-right : 2.5em;
    }
h1 {
    font-size: 1.5em; 
    }
h2 {
    font-size: 1.2em; 
    }
h3 {
    font-size: 1.1em; 
    }
h4 {
    font-size: 1.0em; 
    }
p, li {
    font-size: 0.9em; 
    }
/* Reference to the time and place of a concert, or the publication data of a CD */
p.info {
    font-size: 0.75em; 
    text-align: right; 
    }
/* Picture title and origin */
p.ptitle {
    text-align: center; 
    font-style: italic; 
    }
/* Photo exposure details */
p.exp {
    text-align: center; 
    font-size: smaller; 
    }
/* Creation date of a poem or short story */
p.date {
    font-size: 0.75em; 
    font-style: italic; 
    }
/* Haiku poem */
p.haiku {
    text-align: center; 
    }
