/* this is a comment line */

BODY {
	background: #FFFFFF;
	color : black
	}
	
.paintingname {
	font-family : "Arial",  "Helvetica", sans-serif;
	font-size: 100%;
	font-style : italic;
	font-weight : bold;
	text-decoration : underline
	}
	
.paintingdetail {
	font-family : "Arial", "Helvetica", sans-serif;
	font-size : 80%;
	font-weight : normal
	}	
	
.heading {
	font-family : "Arial", sans-serif;
	font-size: 24pt;
	font-weight : normal
	}

A {
	color: #996633;
	font-family: "Arial Rounded", sans-serif;
	font-size: 12pt;
	font-weight : bolder 
	}

A:Hover {
	color: #8A2BE2	
	}

TD {
	font-family : "Arial", "Helvetica" sans-serif;
	font-size : small;
	font-weight : normal
	}


