.link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: white;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

span#menu {float: left; width: 250px;}
div#releases {margin-left:280px; margin-top:40px;}
div#table {margin-left:100px;}
div#release {margin-left:100px;}
div#about {margin-left:280px; margin-top:40px;}
div#artists {margin-left:280px; margin-top:40px;}
div#back {margin-left:80px;}
div#news {margin-left:280px; margin-top:40px;}

body {
	background-color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

button {float: left; margin-left: 40px; color: black}



