@charset "UTF-8";
/* CSS Document */

body{
margin-top:0px;
}

#wholetable{
margin-top:20px;
border-left:solid 1px;
border-right:solid 1px;
border-bottom:solid 1px;
border-top:solid 1px;
color:#FFFFFF;
}

#menu{
font-family:Geneva;
color:#FFFFFF;
font-size:10px;
margin-left:50px;
margin-right:auto;


}

#border{
border-bottom: solid 1px;
color:#FFFFFF;
}

#menu a{
	margin-right:50px;
	font-weight: regular;
    font-style: none;
    color: #FFFFFF;
    text-decoration: none;
	
}


#menu a:visited {
	font-weight: regular;
    font-style: none;
    color: #FFFFFF;
    text-decoration: none;
	
}

#menu a:hover {
	font-weight: regular;
	color:#333333;
	background-color:#ffffff;
	text-decoration: none;
}

#menu a:active {
	font-weight: regular;
	color:#ffffff;
	background-color:#ffffff;
	text-decoration: none;
}

/*music css*/


body{
background-color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


#body{
background-color:#333333;
width:500px;
margin-left:auto;
margin-right:auto;
}


#table{
width:500px;
}


#txt a{
	font-weight: regular;
    font-style: none;
    color: #7ca5c4;
    text-decoration: none;
	
}


#txt a:visited {
	font-weight: regular;
    font-style: none;
    color: #7ca5c4;
    text-decoration: none;
	
}

#txt a:hover {
	font-weight: regular;
	color:#ffffff;
	background-color:#7ca5c4;
	text-decoration: none;
}

#txt a:active {
	font-weight: regular;
	color:#ffffff;
	background-color:#7ca5c4;
	text-decoration: none;
}
/*end music css*/