body {
	margin:0px auto;
	font-family: Verdana, sans-serif, Geneva;
	color:#F6E0B2;
	font-size: 12px;
	background-image:url(red_bg2.gif);
	}

a:link { text-decoration:underline; color:#EE3845; }
a:visited { text-decoration:underline; color:#EE3845; }
a:hover { text-decoration:underline; color:#FF7982; }
a:active { text-decoration:underline; color:#EE3845; }

table.content {
	width:100%;
	margin-left:10px;
	margin-right:20px;
	font-family: Verdana, sans-serif, Geneva;
	font-size: 12px;
	}

table.song_list {
	margin:0px auto;
	padding-bottom:70px;
	margin-bottom:70px;
	font-family: Verdana, sans-serif, Geneva;
	font-size: 12px;
	}
	
input.grey {
	background-color:silver;
	}
	
input.red {
	background-color:#FF5757;
	}

textarea.grey {
	background-color:silver;
	}

textarea.red {
	background-color:#FF5757;
	}
	