body {
	background-color: #181818;
	font: bold 50pt/50pt helvetica;
	color: #fff;
}

#top, #bottom, #bio, #discog ,#discogheader, #title1 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 10px;
	
}

#top {
	font: bold 50pt/50pt helvetica;
	letter-spacing: -2px;
	word-spacing: -7px;
}

#title1 {
	font: bold 20pt/20pt helvetica;
	letter-spacing: 0px;
	word-spacing: -4px;
}

#title2 {
	font: bold 50pt/50pt helvetica;
	letter-spacing: -2px;
	word-spacing: -7px;
}


#bottom {
	font: bold 30pt/30pt helvetica;
	letter-spacing: -2px;
	word-spacing: -3px;
}

#bio {
	font: bold 12pt/14pt helvetica;
	letter-spacing: -opx;
	word-spacing: -0px;
}

#discog {
	font: bold 12pt/14pt helvetica;
	letter-spacing: -opx;
	word-spacing: -0px;
	}

#discogheader {
	font: bold 20pt/20pt helvetica;
	letter-spacing: -opx;
	word-spacing: -0px;
}

a {
	text-decoration: none;
	color: #0ff;
}

a:hover {
	background-color: #FF00FF;
	color: black;
}