BODY {
	font-family : "Georgia","Times New Roman", "MS Serif", serif;
	background : #F5F5F5;
}

.Banner {
	background-color : White;
	border-style : solid;
	border-width : 1px;
	border-color : #003366
}

.NavBar {
	background-color : White;
	font-weight : bolder;
	padding-left : 2px;
	padding-right : 2px;
	border-color : #003366;
	border-style : solid;
	border-width : 1px;
	border-top : none;
	
}

.Address {
	font-weight : bolder;
	margin-left : 10%;
}

.Footer {
	font-size : smaller;
}

.MusicList {
	border : thin groove;
	margin-left : 10%;
	margin-right : 10%;
}

/* Modify default hyperlink style... */
A:link {
	color: #CC3300;
	text-decoration: none;
}/*normal links in the text*/
A:visited {
	color: #003366;
	text-decoration: none;
}
A:hover { 
  color: #CC3300; 
  text-decoration: underline;
 }
A:active {
	color: #996699;
	text-decoration: underline;
}

/* Navigation box hyperlink behavior... */
.NavBar A:link {
	color : #CC3300;
	text-decoration: none;
}
.NavBar A:visited {
	color: #CC3300;
	text-decoration: none;
}
.NavBar A:hover {
	color: #003366;
	text-decoration: none;
	font-style : italic;
}
.NavBar A:active {
	color: #003366;
	text-decoration: none;
}
