/*   songlist.css                         */

	body
	{	color: red;
		background-color: black;  }

	#header
	{	font-family:  Verdana, sans-serif;
		color: red;
		background-color:  silver;  }

	#main
	{	text-align:  center;
		color:  red;
		background-color:  black;
		font-family:  Arial, sans-serif;   }

	#footer
	{	text-align:   center;
		color:  blue;
		background-color:  red;
		font-family:  Verdana, sans-serif;   }