body {
	background: #000000;
	margin: 5px;
	padding: 0;
	color: #000000;
}
a:link {
	color: #BE434B;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #822D33;
	text-decoration: underline;
}
a:hover {
	color: #9C363E;
	text-decoration: blink;
}
.header {
	background: #DDDDDD;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:45px;
}
.container {
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #BE438D;
}
.containerB {
	width: 555px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #CC3300;
}
.sidebar {
	float: none;
	background: #EBEBEB;
	padding: 15px 0;
}
.mainContent {
	margin: 5px;
	text-align:justify;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
.footer {
	background:#DDDDDD;
	font-size:11px;
	font: Georgia, "Times New Roman", Times, serif;
}
.formBGclr {
	background-color:#EBEBEB;
}
.textMusic {
	font-size:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.textMenu {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.optional {
	font-size: 9px;
	font-style:italic;
}
