body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	background-color: white;
	color: black;
}

span.artist {
	font-weight: bold;
}

span.title {
	/*font-style: italic;*/
}

div.person {
	width: 50%;
	float: left;
}

div.person h2 {
	margin-top: 0;
}

div#natasha {
	/*
	background-color: rgb(90%, 98%, 100%);
	*/
}

div#leshka {
	/*
	background-color: rgb(100%, 97%, 97%);
	*/
}

div.collection {
	clear: both;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

div#collections {
	/*
	background-color: rgb(80%, 100%, 95%);
	*/
}

.soon {
	color: #C0C0C0;
	font-style: italic;
}


a {
	color: rgb(10%, 40%, 100%);
	text-decoration: none;
}

a:visited {
	color: rgb(00%, 30%, 50%);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(100%, 30%, 40%);;
	text-decoration: underline;
}
