/* sizes */

    a { color: #FF0000; } /* CSS link color */



body {
	background-color: #000000;
 background-image: url('images/bg.png');
	background-position:  bottom;
	background-repeat: no-repeat ;
	background-attachment: white;
	color: white;
		.link { color: #FF0000; } /* CSS link color */
}

div {
	cursor: default;
	border: 0,5px solid white;
}

table {
}

td {
	font: 15px Arial;
}

.album {
	font: 30px Arial;
}

.text1 {
	font: 25px Arial;
}

.text2 {
	font: 15px Arial;
}

.song {
	font: 15px Arial;
}

.desc {
	font: 15px Arial;
}

.play {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 24px;
	background-image: url(images/GreyTube.png);
}

.play:hover {
	display: inline-block;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	background-image: url(images/GrenTube.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: 24px;
	background-image: url(images/GreyTubeStop.png);
}

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