/* standard presentation for pages in the Art gallery
 *
 * another possible background color:  #00BBCC 
 
 */

body { background : #AAAACC ; color : black }
.caption { font-size : smaller; color : white; background : black }
h2 { text-align: center}

dt {
	margin-top: 20px;
}
dd {
	margin-top: 10px;
}
	
