body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #DBE7F2;
	margin:20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	color: #0A5EB4;
}
a:visited {
	color: #6EA4DB;
}
a:hover {
	color: #D2E5F8; }
	
#Layer1 {
	position:absolute;
	left:40px;
	top:20px;
	width:120px;
	height:20px;
	z-index:1;
}


#Layer2 {
	position:absolute;
	left:170px;
	top:20;
	width:120;
	height:20px;
	z-index:2;
	
}

#Layer3 {
	position:absolute;
	left:300px;
	top:20px;
	width:120px;
	height:20px;
	z-index:3;

}

#Layer4 {
	position:absolute;
	left:430px;
	top:20px;
	width:120px;
	height:20px;
	z-index:4;
}
