/* This controls all styles for PA 50th reunion website */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000000;
}


A:link { color: #FF9900; }       /* unvisited link */
A:visited { color: #FF6600; }   /* visited links */
A:hover {color: white; } /* hover over links */
A:active { color: lime; }    /* active links */



.header {
	font-size: 24px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.title {
	font-size: 40px;
	line-height: normal;
	color: #000000;
}
.nav1 {
	font-size: 20px;
	line-height: normal;
	color: #000000;
	text-align: right;
	font-weight: bold;
}
.nav2 {
	font-size: 14px;
	color: #0000000;
	text-align: right;
	line-height: 100%;
}
blockquote {
	font-size: 11px;
	color: #000000;
}
.text {
	font-size: 14pt;
	line-height: normal;
	color: #000000;
}
.navspacer {
	font-size: 4px;
	line-height: normal;
}
