/* extends base.css for a customized graphic look for The New Artist */

body { 
    font: 14pt "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    /* background-color: #eaffd7; * / /* mint green */
    /* background-color: #e1edfa; */  /* pale blue */
       background-color: #f0f5fa;     /* paler blue */
    color: black;
}

/* indent to match the slogan */
p.subtitle {
    margin-left: 1em;
}

/* with so many artists, keep the text a little smaller */ 
p.artist {
    font-size: 14pt;
    padding-bottom: 6pt;	 
}	
    
div.statement {
    font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
