/* CSS Document */

body{
	background-color: #CCFF99;
}
.reg12 {font-family:Arial; font-size: 12px; color: #003333;}
.bold12 {font-family:Arial; font-size: 12px; color: #003333; font-weight:bold}
.reg14 {font-family:Arial; font-size: 14px; color: #003333;}
.bold14 {font-family:Arial; font-size: 14px; color: #003333; font-weight:bold}
.bold24 {font-family:Arial; font-size: 24px; color: #003333; font-weight:bold}

a:link
{
	text-decoration: none;
	/* color:#006666; teal-er text color */
	color:#33CC99;  /*light blue */
	/*color: #009966;  ligher green text color */
	/*color: #006666;  lighter blue text color */
	/*color: #66CC00; light green */
	/*color: #339933;  green */
}

a:visited
{
	text-decoration: none;
	color: #336666;  /*gray-er text color */
	/*color: #999933;  medium brown */
	/*color: #006666; lighter blue text color */
	/*color: #009966;  ligher green text color */
}

a:hover
{
	text-decoration: none;
	color: #FF0000; /* bright red */
	/*color: #33CC99;  light blue */
	/*color: #FF3333;  weird pink */
}

a:active
{
	text-decoration: none;
	color: #FF0000;
}

#text0{
	font-family:Arial; font-size: 18px; color: #003333; font-weight:bold;
	position:absolute;
	left: 390px;
	top: 100px;
	z-index:1;
}

#toppicture{
	position: absolute;
	top:20px;
	left:75px;
}

#links{
	position: absolute;
	top:450px;
}

#text1{
position:absolute;
top:550px;
}

#text2{
position:absolute;
top:580px;
}

#text3{
position:absolute;
top:610px;
}

#text4{
position:absolute;
top:640px;
}

#song1{
position: absolute;
top: 310px;
left: 150px;
}

#player1{
position: absolute;
top: 315px;
left: 220px;
}

#song2{
position:absolute;
top: 350px;
left: 150px;
}

#player2{
position: absolute;
top: 355px;
left: 220px;
}

#song3{
position:absolute;
top: 390px;
left: 150px;
}

#player3{
position: absolute;
top: 395px;
left: 220px;
}

