/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1BF2C9;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FF3300;
}
h2 {
	font-size: 18px;
	color: #339933;
}
h3 {
	font-size: 16px;
	color: #000066;
}
h4 {
	font-size: 14px;
	color: #330066;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #FF3333;
}
a:active {
	text-decoration: underline;
	color: #FF3333;
}
.footertext {
	font-size: 10px;
	color: #330033;
}
td#content {
	background-image: url(music-slices/contentbk.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.border {
	border: 2px solid #009933;
	display: block;
	margin: 5px;
}
div#rightfloat {
	padding: 5px;
	float: right;
	width: 200px;
	clear: right;
}
