@charset "utf-8";
/* CSS Document */

body 
{background-color:#141919;
    font-family: Helvetica, Arial, sans-serif;
   color: white;
	
}

h4 { color: gray;
 font-weight: bold;
  font-size: 9px;
 }

h5 {color: white;

  font-size: 12px;; } 

h6 { color: rgb(0, 220, 98); } 

#musicl
{
	position:relative;
	float:left;
}
#musicr
{
	position:relative;
	float:right;
}
#music {
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width:450px;
	color: white;
	font-size: 12px;
	padding-top: -15px;
}
	#music p{
			color: white;
	font-size: 14px;
	font-variant: small-caps;
	}
	
	#musicl audio{
		width:140px;
	}
		#musicr audio{
		width:140px;
	}
	
	#music p a {
    font-weight: bold;
    text-decoration: none;
 color: #807a64;
}
#cont{
	

}
#about{
{
	position:relative;
	float:left;
	width:140px;
	font-size: 9px;
text-transform: none; 
	font-variant: small-caps;
	}
	
#contact{
		position:relative;
	float:right;
	}
