body {
        background-color: #111111;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
	text-align: center;
}

body a {
        color: #777777;
        text-decoration: none;
}

body a:hover{
        color: #339900;
        text-decoration: underline;
}

body a:visited {
        color: #777777;
        text-decoration: none;
}

body a:visited:hover {
        color: #339900;
        text-decoration: underline;
}

#table-center {
	width: 800px;
	margin: 0 auto;
}

#text-left {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height:1.3;
	color: #555555;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#text-center {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height:1.3;
	color: #444444;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height:1.3;
	color: #777777;
	width: 800px;
	text-align: center;
}

#table-music {
	text-align: left;
	border-collapse: collapse;
}

#table-music th {
	border: 2px solid #000000;
	background: #171717;
	padding: 0.3rem 1.0rem;
}

#table-music td { 
	border: 2px solid #000000;
	background: #121212;
	padding: 0.3rem 1.0rem;
}

#dark {
	color: #494949;
	font-size: 13px;
}

#title {
	color: #777777;
}
