body {
	margin: 0px;
	padding: 0px;
	background-color: #2067B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h3 {
  font-size: 100%;
}
#container {
  	font-size: 100%;
	margin: 0px auto;
	width: 1024px;
	border: 0.4pt solid #000000;
	margin-top: 2px;
	background-color: #FFFFFF;
}

a:link {
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #0000FF;
}

.textborder {
	font-weight: normal;
	color: #000000;
	border: 0.4pt solid #666666;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
.music {
	margin: 8px auto;
	width: 55%;
	border: 0.4pt dotted #000000;
}
.message {
	margin: 8px auto;
	padding: 15px;
	width: 90%;
}
