body{
	font-family: arial;
}

.galleries{
	margin-left:20px;
	width:500px;
}
.galleries .series{
	border:1px solid #00c0ff;	
}
.series{
	margin-left:20px;
	width:400px;	
}
.series .piece{
	border:1px solid #c6ff00;	
}
.piece{
	margin-left:20px;
	width:300px;	
}
.piece .image{
	border:1px solid #ff00ba;	
}
.image{
	margin-left:20px;
	width:300px;	
}
h1,h2,h3{
	padding:0;
	margin:0;
	font-weight:normal;
}
.gallery h1 a, .gallery h1{
	color:#00c0ff;
}
.series h2 a, .series h1, .series h2{
	color:#c6ff00;
}
.piece h3 a, .piece h1, .piece h2 , .piece h3{
	color:#ff00ba;	
}
.image h3 a, .image h1, .image h2, .image h3{
	color:#ffc600;	
}
div{
	padding:10px;
	margin-bottom:10px;
}
hr{
	border:0;
	border-top:1px solid #eaeaea;	
}
a{
	text-decoration:none;
	color:#000000;	
}
a:hover{
	text-decoration:underline;	
}
form{
	background-color:#eaeaea;
	width:300px;	
}
.gallery form{
	background-color:#edfbff;
}
.series form{
	background-color:#e9ffde;
}
.piece form{
	background-color:#fde9f8;
}
.image form{
	background-color:#fff2e0;	
}
