		body {
			padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
		}
		span.c1 {color: red; font-size: 150%}
		a.at:link {
			TEXT-DECORATION: none; font-size: inherit;
		}
		a.at:active {
			COLOR: #cc0000; TEXT-DECORATION: none
		}
		a.at:hover {
			COLOR: red; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none; 
		}
			a.at {
			TEXT-DECORATION: none; font-size: inherit; line-height:  inherit;
			COLOR: #181818;
		}
		.person {
			font-style: italic;
			color: #800008;
			font-weight: bold;
		}
		.place {
			font-style: oblique;
			color: #000080;
			font-weight: normal;
		}
		.verse {
			font-style: italic;
			font-weight: bold;
			text-decoration: underline;
		}