	p {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	
	#yearbookNav {
		background-image: url(./images/yearbookNav.jpg);
		width: 610px; height: 60px;
		position: relative;
		margin-left: 25px;
	}

	#yearbookLinks {
		font-family: arial, sans-serif; font-size: 15px; color: white;
		text-align: center; font-weight: bold;
		position: absolute; top: 12px; left: 19px; 
	}

	#yearbookLinks2 {
		font-family: arial, sans-serif; font-size: 15px; color: white;
		text-align: center; font-weight: bold;
		position: absolute; top: 32px; left: 92px; 
	}

	.subNavLink:link {color: white;}
	.subNavLink:visited {color: white;}
	.subNavLink:hover {color: red;}
	.subNavLink:active {color: deepskyblue;}
