BODY	 { color: #420; background: #FFD; 
		font-family: courier, monospace; }
/*		420 = 68,34,0; FFD = 255,255,221;  */
A	 { text-decoration: none; }
A:link	{ color: #00E }
A:visited 	{ color: #028 }
A:active 	{ color: #F28 }
A:hover  	{ text-decoration: underline; }

.sechead { font-family: "Times New Roman", Times, serif;
		font-weight: bold; font-size: 140%; text-align: left;
		padding-top: 3px; padding-bottom: 6px; }
.sechcen { font-family: "Times New Roman", Times, serif;
		font-weight: bold; font-size: 140%; text-align: center;
		padding-top: 3px; padding-bottom: 6px; }
.links { padding-left: 0em; padding-right: 1.3em;
		padding-top: .5em; padding-bottom: .5em;
		background: transparent; text-align: left; vertical-align: bottom; 
		font-family: "Times New Roman", Times, serif; }

.invis { display: none; color: #FFD; font-family: "Times New Roman", Times, serif; font-size: 10%; }
