@charset "utf-8";
#content  {
	text-align: center;
	background-image: url(../assets/backgroundsonglist.jpg);
	background-repeat: no-repeat;
	width: 300px;
	padding: 40px;
	margin-left: 260px;
}

#content ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content ol a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	text-decoration: none;
	display: inline;
}
#content ol a:visited {
	color: #405242;
}


#content ol a:hover {
	color: #402309;
}

#contentTwo {
	background-image: url(../assets/backgroundsonglist.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 260px;
	width: 300px;
	padding: 40px;
	margin-bottom: 40px;
}

#contentTwo ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contentTwo ol a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#contentTwo ol a:visited {
	color: #405242;
}


#contentTwo ol a:hover {
	color: #402309;
}

