body {
	background:#000000;
	color: white;
   font-size:large;
}

a {
	color: #0080FF;

}

a:hover {
	background-color:#FFFF00;
	text-color: #000000;
	text-decoration: blink;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;

}

div#all {
	text-align: justify;
	
}

div#header {
	background:url(images/lightning_bkgr.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

div#upcase {
	text-transform: uppercase;
	text-align: justify;
	font-family: fantasy;

}

div#tunnel1 {
	background:url(images/pearl.jpg);
	background-repeat: no-repeat;
	background-position: right;


}

div#passage {
	background:url(images/passage.jpg);
	background-repeat: no-repeat;
	background-position: left;


}


	
