
body
{
	background-color : rgb(007,159,255);
	background-image : url(images/watermelon.gif);
	background-repeat : no-repeat;
	font-family: verdana;
	font-size: 10px;
	background-position : 0 0;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-family: courier;
	font-weight: bold;
	text-align: right;
}




.contentText a
{
	color : rgb(255,255,0);
	text-decoration: none;	
}




.menu
{
	position: absolute;
	top: -20px;
	left: -150px;
	text-align : justify;
}

.menu a
{
	color : rgb(255,255,0);
	text-decoration: none;
	background-color : inherit;
	font-weight: bold;

}


.contentText
{
	color : rgb(0,0,0);
	background-color : transparent;
	text-align: justify;
	text-decoration: none;
	position: absolute;
	top: 160px;
	left: -75px;
	width: 500px;
}


.reelplayer
{
	color : rgb(0,0,0);
	background-color : transparent;
	text-align: justify;
	text-decoration: none;
	position: absolute;
	top: 300px;
	left: 32px;
	width: 500px;
}



