/* CSS Document */

body
{
	font: 12px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: center;
}

#container {
	width: 900px;
	margin: 20 auto 0 auto;
}
p.songs {
	padding: 30px;
	font-size: 14px;
}

#title {
	margin-top: 20px;
	background-color: #CCCCCC;
	padding: 10px;
}

em {
	color: #FF0000;
	font-style: normal;
}

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}
ul {
	display: inline;
	text-align: center;
}

li {
	display: inline;
}
#songs {
	height: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 14px;
}
h3 {
	font-size: 14px;
}

