/* ..................TEENS Princeton Public Library STYLES......................*/

.headers-teens {
	font-size: 24px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;	
}
.headers-teens-black {
	font-size: 24px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;	
}
.headers-teens-homepage {
	font-size: 20px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
}
.headers-teens-homepage-red {
	font-size: 20px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #FF0000;
	background-color: #333333;
	
}

.headers-teens-homepage-black {
	font-size: 20px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
	
}

