body {
	background-color: rgb(25,34,63);
	background-image: url('../pics/blue-eye3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0; 
	font-family: times new roman, serif; 
	font-size: 16px; 
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	color: rgb(140,40,40);
	scrollbar-3dlight-color: rgb(0,0,0);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-base-color: rgb(50,50,50);
	scrollbar-darkshadow-color: rgb(15,15,15);
	scrollbar-face-color: rgb(1,1,1);
	scrollbar-highlight-color: rgb(25,25,25);
	scrollbar-track-color: rgb(0,0,0);
	scrollbar-shadow-color: rgb(0,0,0);
}

a:link {
	color: rgb(140,140,140);
	text-decoration: none;
}

a:active {
	color: rgb(255,255,255);
	text-decoration: none;
}

a:visited {
	color: rgb(140,140,140);
	text-decoration: none;
}

a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}


div.heading {
	margin-top: 46px;
	margin-left: 91px;
	left: 80px;
	font-weight: bold;
	font-size: 20px; 
	text-align: right;
	color: rgb(100,100,100);
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-color: rgb(60,20,20);
}	


div.friends {
	position: absolute;
	top: 20px;
	left: 90px;
}	


div.dance {
	position: absolute;
	top: 20px;
	left: 320px;
}

div.theatre {
	position: absolute;
	top: 20px;
	left: 550px;
}


