@charset "utf-8";
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/bg_a.gif);
}
.main {
	background-image: url(images/bg_b.gif);
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}
#musictable {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 300px;
	border: 4px solid #FFFFFF;
	background-color: #E9DDC9;
	margin-right: auto;
	margin-left: auto;
}
.head_dato {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.head_dato1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
