body {
	margin:0px 0px 0px 0px;
	background-color: #000033;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	}
	
	
#nav {
	position: absolute;
	top: 300px;
	left: 30px;
	}
	
a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
p {
	line-height: 10px;
	/*margin-bottom: -5px;*/
	}
	
#audioNav a {
	background-image:  url(../images/mp3_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 8px;
	color: #6699CC;
	text-decoration: none;
	}
	
#audioNav a:hover {
	color: #996600;
	text-decoration: none;
	}
