.home {
	background-color: #BAD900;
}
.collection {
	background-color: #BD2F01;
}
.about {
	background-color: #7DA04B;
}
.news {
	background-color: #722906;
}
.artist {
	background-color: #D75C0E;
}
.education {
	background-color: #74CBD5;
}
.links {
	background-color: #007FC4;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.bodytext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.bodytext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b8393;
}

.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b8393;
}

.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A3B0B9;
}

