/* Style sheet for pop-up window when playing tracks*/

body{
	background-color: white;
}
#headline1{
	font-size: 18px;
}
#headline2{
	font-size: 16px;
}
.text{
	float: left;
	display: inline;
	font-family: cursive;
	color: #F1871F;
}
.image{
	float: right;
}

