
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #000000;
	padding:0px;
	margin:0px;
	max-width:100%;
}

.editbutton {
	border:1px solid #009900;
	padding:2px 8px 2px 8px;
}

a:link,a:visited, a:active {
	text-decoration: none;
	color:#0000FF;
}

a:hover {
	text-decoration: underline;
	color:#0000FF;
}

a.songTitle {
	color:#000;
	vertical-align:bottom;
	text-decoration:none;
}
a.songTitle:hover {
  	color:#000;
	cursor:text;
}
#footer {
	background-color:#dbdae0;
	padding:30px;
	width:100%;
}
#header_bg {
	background-image:url(images/header_bg_img.jpg);
	background-repeat:repeat-y;
}
#header {
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
}
.oddRow {
	background-color:#ededed;
}
.evenRow {
	background-color:#d4d5de;
}

#order {
	background-repeat:no-repeat;
	border:1px solid #fff;
	width:305px;
	height:141px;
	margin:10px 0 0 50px;
}

#description {
	border:1px solid #fff;
	width:540px;
	margin:10px 0 0 405px;
	position:relative;
}
.songNumber {
	margin-left:7px;
}
.download {
	margin-right:7px;
}
#textContent {
	border:1px solid #999999;
	padding:12px;
}
a.pageLink {
	text-decoration:none;
}
a.pageLink:hover {
	text-decoration:underline;
}
a.pageLink:active {
	color:#000000;
	text-decoration:none;
}