body 
{
	background:url(images/2-fon-svetlyy-kristaly.png) repeat;
	font-family: calibri;
	font-size:1.15em;
}

a:link, 
a:hover,
a:visited {
	color: blue;
	line-height: 1.5em;
}

a:hover{text-decoration:none}

hr {
	margin: -20px auto 20px;
	padding: 0;
	height: 50px;
	border: none;
	border-bottom: 1px solid gray;
	box-shadow: 0 20px 20px -20px #333;
	width: 95%;
}

table {border:0}

audio {
	background:whitesmoke;
	
	-moz-box-shadow: 2px 2px 4px 0px #777;
	-webkit-box-shadow:  2px 2px 4px 0px #777;
	box-shadow: 2px 2px 4px 0px #777;
	-moz-border-radius:7px 7px 7px 7px ;
	-webkit-border-radius:7px 7px 7px 7px ;
	border-radius:7px 7px 7px 7px ;
}

.albumlist {
	margin: 0 auto;
	max-width: 400px;
}
.albumlist img {
	height: 1.15em;
	vertical-align: text-top;
}
.albumlistmore {
	margin: 0 auto;
	max-width: fit-content;
}
.albumlistmore img {
	height: 1.15em;
	vertical-align: middle;
}