@charset "utf-8";
/* CSS Document created by Aaron Marshall */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
.style1 {
	color: #ff0000;
	font-style: italic;
}
.style2 {color: #FF0000}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #CC6600;
}

.musicBoxes {
	border-bottom:1px;
	border-bottom-color:#FF0000;
	border-bottom-style:dotted;
	border-right:1px;
	border-right-color:#FF0000;
	border-right-style:dotted;
}

.songSamples {
	border:2px;
	border-color:#CCCCCC;
	border-style:solid;
}

.contentBG {
	background-image:url(images/note_little.gif);
}
body {
	background-color: #dfdfdf;
}

.navigation {
	border-bottom:1px;
	border-bottom-color:#FF0000;
	border-bottom-style:dotted;
}

.Header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:155px;
	width:449px;
	position:absolute;
	left: 67px;
	top: 23px;
}
