/* sizes */

    a { color: #FF0000; } /* CSS link color */

body {
/*	background-color: rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */;
 background-image: url('images/bgnew4.png');
	background-position:  bottom;
	background-repeat: repeat ;
	background-attachment: scroll;
  background-size: cover;
	color: #000000;
}

div {
	cursor: default;
	border: 0,5px solid #4B0082;
}

table {
}

td {
	font: 15px Arial; /* 15 default*/
}

.album {
	font: 30px Arial;
}

.text1 {
	font: 25px Arial;
}

.text2 {
	font: 15px Arial;
}

.song {
	font: 13px Arial;
}

.desc {
	font: 12px Arial;
}

.play {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-image: url(images/control_play.png);
}

.play:hover {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-image: url(images/control_play_blue.png);
}

.playv {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 42px;
	background-image: url(images/control_video.png);
}

.playv:hover {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 42px;
	background-image: url(images/control_video_blue.png);
}

.stop {
	display: none;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-image: url(images/control_stop.png);
}

.stop:hover {
	display: none;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-image: url(images/control_stop_blue.png);
}
