body {
	text-align: center;
	background-image: url(images/artiest.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #CC3333;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
h1 {
	font-size: 16px;
	color: #FF9E3E;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

li {
	list-style-position: inside;
	list-style-image: url(images/bullitpoint.gif);
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#artiest td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

