body {
	background-color: black;
	color: #c1c1c1;
}

b {
	color:white;
}
h1, h2, h3 {
	font-family: Helvetica;
	color: white;
	}

h4 {
	color: white;
	}
.date {
	color: #6d6d6d;
	background-color: #202020;
	}

ul.news {
	margin: 0px;
	list-style-type: none;
}
h2.heading b{font-size:15px;line-height:16px;}

ul.news h3 {
	color: #f2bc22;
}

ul.releases {
	margin: 0px;
	list-style-type: none;
}

ul.releases li {
	margin-bottom: 9px;
}

img.releases {
	float: left;
}

.releases_text {
	margin-left: 100px;
	width:190px;
	//display: inline-block;
	overflow: auto;
	clear: right;
	
}

ul.dj {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	list-style-type: none;
}

ul.radio {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	list-style-type: none;
}

a{
	text-decoration: none;
	color: white;
}

A:hover {
	color: #6d6d6d;
	background-color: #202020;
}

.logo {
	text-transform: uppercase;
	font-size: 4em;
}

.heading {
	text-transform: uppercase;
	color: #298cbc;
}

hr {
	color: #191919;
	background: #191919;
}

div.border {
	border-right:1px solid black;
}
