.head1 			{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color:#f7921d; line-height:30px}
.head2 			{font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#727780; }
.head3-serif 	{font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color:#f7921d;}
.head3-nonserif {font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#f7921d; font-weight:bold;}
.head4 			{font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#727780; font-weight:bold}

.large-spaced { font-size:18px; line-height:30px;}

.button{}
a.button:link, a.button:visited {cursor:pointer; 
	display:inline-block; 
	font-size:17px; 
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#fff; 
	padding:6px 14px 10px 14px; 
	text-align:center;
	border:1px solid #000;
	background: #000;
	text-decoration:none;
}
a.button:active, a.button:hover {cursor:pointer; 
	display:inline-block; 
	font-size:17px; 
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#fff; 
	padding:6px 14px 10px 14px; 
	text-align:center;
	border:1px solid #f7921d;
	background: #f7921d;
	text-decoration:none;}