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

h1 {
	color: black;
	font-family: didot;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	
	}


	#wrapper	{
				width:900px;
				margin:0px auto;
				}


	#songs 			{}
	#songs a 		{ color: black; text-decoration: none;}
	#songs a:link  	{ color:black}
	#songs a:hover 	{ color:goldenrod;}
