@CHARSET "UTF-8";

@CHARSET "UTF-8";

body {
	background-color: #C6F1FB;
}

#musicPlayer {
background-color: black;
border:thin solid white;
font-weight:bold;
color: white;
height:830px;
width:320px;
}

#intro {
	text-align: center;	
	margin: 0px;
}

#trackNames {
padding:2px;
position:absolute;
top:215px;
width:300px;
}

#buttonpanel {
left:70px;
position:absolute;
top:160px;
}

#nextB {
border:thick solid black;
height:50px;
left:120px;
position:absolute;
width:50px;
}

#previousB {
border:thick solid black;
height:50px;
position:absolute;
width:50px;
}

#stopB {
border:thick solid black;
height:50px;
left:60px;
position:absolute;
width:50px;
}


.track1 a:hover{
	color: red;
	text-decoration: none;
}

.track2 a:hover{
	color: orange;
	text-decoration: none;
}

.track3 a:hover{
	color: yellow;
	text-decoration: none;
}

.track4 a:hover{
	color: #33FF33;
	text-decoration: none;
}

.track5 a:hover{
	color: #CC77EE;
	text-decoration: none;
}

.track6 a:hover{
	color: blue;
	text-decoration: none;
}

.track7 a:hover{
	color: #9900FF;
	text-decoration: none;
}

.track8 a:hover{
	color: Red;
	text-decoration: none;
}

.selected a:link {
	color: Red;	
}

.selected a:visited {
	color: Red;	
}

a:link { color:#FFFFFF;
	text-decoration: none;
}

a:visited { color:#FFFFFF;
	text-decoration: none;
}

a:alink { color:#FFFFFF;
	text-decoration: none;
}

a:hover { color:#FFFFFF;
	text-decoration: none;
}
