body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: small;


}

table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: small;
	color: #FFFFFF;

}
.borderPink {
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: double;
	border-right-color: #3399CC;
	border-left-color: #FF00FF;
}
.borderWhite {
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-left-color: #FF00FF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF00FF;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;

}
.mediaPlayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #3399CC;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3399CC;
	border-left-color: #3399CC;
}
.downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399CC;
	border-left-color: #3399CC;

}
.downloadsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3399CC;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

}
.fileSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.songTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF00FF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3399CC;
}
