

#nest { position: absolute;
	top: 170px;
	width: 80%;
	border: none;
	margin-left: 15%;
	margin-right: 5%;
	}
	
#pic {position: absolute;
	top: 0px;
	width: 100%;
	border: none;
	margin-left: 1%;
	margin-right: 5%;
	z-index: 0;}
	
#nav {position: absolute;
	top: 145px;
	width: 100%;
	border: none;
	margin-left: 1%;
	margin-right: 5%;
	z-index: 0;}
	
p {font-family: cursive;}

h3 {font-family: cursive; 
	text-align: center;
	font-size: 20px;
	}

h5 {font-family: cursive;
	text-align: center;}

#spec {	position: absolute;
	top: 0px;
	left: 550px;
	color:#42939f;
	font-family: cursive;
	z-index: 1;
	}
	
#add {	position: absolute;
	top: 125px;
	left: 18px;
	color:#42939f;
	font-family: cursive;
	z-index: 1;
	}

hr {color: #42939f;}

td {font-family: cursive;}

LI {font-family: cursive;}


A:link    { font-family: cursive; 
		text-decoration: none; 	
		color: #42939f; 
		border: none;
		}
A:active  { font-family: cursive; 
		text-decoration: none; 	
		color: #42939f; 
		border: none;
		}
A:visited { font-family: cursive; 
		text-decoration: none; 	
		color: #42939f; 
		border: none;
		} 
A:hover   { font-family: cursive; 
		text-decoration: underline;   
		color: #3c77b3; 
		border: none;
		}
