body {
	background-color: lightgrey;
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size: 16;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body.artwork {
	background-color: white;
	text-align: center;
	vertical-align: top;
	font-family: arial;
	font-size: 16;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

td {
	background-color: white;
	text-align: left;
	vertical-align: top;
	font-family: arial;
	font-size: 16;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

td.header1 {
	background-color: rgb(168,103,159);
	text-align: center;
	vertical-align: middle;
	font-family: arial;
	font-size: 32;
	color: white;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

td.header2 {
	background-color: white;
	text-align: center;
	vertical-align: middle;
	font-family: arial;
	font-size: 32;
	color: rgb(168,103,159);
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

h1 {
	font-family: arial;
	font-size: 16;
	color: rgb(168,103,159);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a {
	font-family: arial;
	font-size: 16;
	color: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 16;
	color: black;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

img {
	border: none;
}

