body {
	background-color: #fff;
	color: #333;
	font-family: courier new, verdana, arial, sans-serif;
	font-size: 12px;
	}
td {
	font-family: courier new, verdana, arial, sans-serif;
	font-size: 12px;		
	}
input {
	background-color: #fff;
	border: 1px solid #ccc;
}
a {
	border-bottom: 1px dotted #999;
}
a:link {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: #666;
	}
hr {
	color: #ccc;
	}
form {
	display: inline;
	}
.redmessage {
	font-weight: bold;
	color: #f00;
	}
.textbox {
	color: #333;
	font-family: courier new, verdana, arial, sans-serif;
	font-size: 12px;
	}
.chonus {
	border: 1px dotted #ccc;
	text-align: center;
	}

h2 {
	font-weight: bold;
	font-size: 12px;	
	margin-bottom: 30px;
	text-align: center;
	}

ul#songarchive {
	float: left;
	width: 250px;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	list-style-type: none;
	margin: 0 20px 20px 20px;
	background-color: #ccc;
	}
ul#songarchive li {
	text-align: center;
	margin: 5px;
	}	
ul#songarchive ul {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	background-color: #fff;
	}
ul#songarchive ul li {
		text-align: left;
		padding: 10px 0 0 10px;
		border: 1px solid #ccc;
		}
ul#songarchive ul ul {
	font-weight: normal;
	margin: 0 0 0 0px;;
	list-style-type: none;
	padding: 0 0 10px 10px;
	}

ul#songarchive ul ul li {
	padding: 0 10px 0 0;
	border: 0;
	}
#news p, #fanart p {
	margin-bottom: 20px;
}	
#news a {
	font-weight: bold;
}
#news h6 {
	padding: 3px;
	color: #fff;
	background-color: #000;
	font-size: 13px;
	float: left;
	margin-bottom: 10px;
}
