body {
	background-color: #D0D7DD;
}
p { }
td { }
a:link {
	font-weight: normal;
	color: #C90;
	text-decoration: none;
}
a:visited { }
a:hover {
	font-weight: bold;
	color: #C93;
	text-decoration: underline;
}
a:active { }
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #C93;
}

#mainimg {
	width: 960px;
	height: 473px;
	text-align: center;
	display: block;
	margin: 15px auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/artbookteaser.jpg);
}
