body {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
	background-image: url("images/web-bg.png");
	background-repeat: repeat;
}

#wrapper{
	display: block;
	width: 800px;
	margin: 0px auto;
	/* color: #febc11; */
	color: #ddd;
	font-size: 14px;
}

#content {
	position: relative;
	top: -20px;
}

h2 {
	text-align: center;
	font-family: Arial;
	margin-top: 0;
	padding-top: 0;
}

.songlist {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px dotted #333;
}

a:link {
	/* color:#c82026; */ 
	color: #febc11;
	text-decoration:none;   
	}
	
a:visited {
	color: #febc11;
	text-decoration:none;
	}
	
a:hover {
	color: #c82026;
	text-decoration:underline;
	}
	
a:active {
	color: #febc11;
	text-decoration:underline;
	}


.bigbody {
	font-family: Arial;
	font-size: 24px;
	font-weight: 600;
}

.medbody {
	font-family: Arial;
	font-size: 18px;
	font-weight: 600;
}

.medbody2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
}

.smlbody {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
-->