h1{
	font-family: verdana, ariel;
	color: #ffffff;
	margin:10px;
	font-style: italic;

}


h3{
	line-height: 14px;
	margin-bottom: 5;
			
}


h4{
	line-height: 14px;
	margin-bottom: 5;
	margin-top: 5;		
}



/*TO CHANGE COLOUR OF PAGE BACKGROUND ALTER COLOUR OF BACKGROUND TILE
(IN IMAGES FOLDER) - SEE TOP OF "music.html" for name of file*/

/*BACKGROUND FOR IMAGES ON PAGE "music.html>*/
#musicbox{
	 
	width: 750;
	background: #669999;

}

/*BACKGROUND FOR THUMBNAILS TABLE AND IMAGE DESCRIPTION*/
.music{	
	font-family: verdana;
	font-size: 10pt;
	background: #b3dcdc;
	color: #1c0f27;			
			
}


/*REMOVE BORDER FROM ALL IMAGES IN "MUSIC"*/
.music img{
	border: 0;
}


/*this sets the colour and attributes of the links on music/music.html*/

	.musiclink a:link{text-decoration: none; color: black; font-family: arial; font-size: 10pt;}
	.musiclink a:visited{text-decoration: none; color: black; font-family: arial; font-size: 10pt;}
	.musiclink a:hover {text-decoration: none; color: yellow; font-family: arial; font-size: 10pt;}
	.musiclink a:active {text-decoration: none; color: black; font-family: arial; font-size: 10pt;}


/*============================================================*/









