/* CSS Document */

body {
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-color: #EEE0A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 14px;
}
.pageHeading {
	font-size: 24px;
	font-weight: bold;
}

a {
	color: #FF0000;
}

a:visited {
	color: #990000;
}
.paintingtitle {
	font-size: 12px;
	font-style: italic;
	height: 40px;
	vertical-align: bottom;
}

