
body {
background-color: "#ffffff";
margin: 0 5%;
}

ul {
list-style-type: circle;
line-height: 18px;
}

.content {
 width: 600px; 
 font-family: Verdana, Tahoma, Arial;
 font-size: 12px;
 text-align: left;
}

.orange {
	background-image: url(Images/menu_cover.png);
	background-repeat: no-repeat;
	background-color: #d76b00;
	margin-bottom: 5px;
	

}

.main_title {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pics {
margin-left: 70%;
 margin-right: 30px;
 margin-top: 25pt;
 
}

.title {
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
 margin-top: 20px;
 padding: 15px;
 
}

.subtitle {
 border-bottom: 1px double #aaa ;
font-weight: bold;
font-size: 13px;
margin-top: 20px;
margin-bottom: 3px;
}

.footer {
	clear: both;
       float: bottom;
       margin-top: 50px;
       border-top: 1px solid #ccc;
	margin-bottom: 30px;
}


.project {
	margin: 15px;
	margin-bottom: 40px;
}

.header {
	float: left;
	margin-bottom: 5px;
}

.image {
	float: left;
	margin-right: 7px;
}

.musicians {
	margin-top: 15px;
}

.tracks {
	margin-top: 10px;
}

.menu {
	
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}

.mnu_but {
	padding-left: 2px;
	padding-right: 2px;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}
a:hover {
	
	COLOR: orange;
}
