/*
/* Colours for specific page sets are specified here 
/* History pages
/*
/* Heading lines 
*/
.headln {
		color: #CC0000; /* deep red */
		}
.headln2 {
		color: #CC0000; /* deep red */
		}
/*
/* Navigation bar colours
*/
td#nav0 {
		background-color:#FF9900; /* brown */
		}
table#nav {
		background-color:#FF9900; /* brown */
		}
.nav99 {
		background-color:#FFCC00; 
	}
td#history a:link, td#history a:visited {
	color: #c30;
	background-color: #fff;
	}
td#history a:hover, td#history a:active {
	background-color: #fff;
	}
.hymnlines {
		font-family:"Times New Roman", Times, serif;
		font-size: 1.2em;
		margin-bottom: 0em;
	}
.hymnlineslast {
		font-family:"Times New Roman", Times, serif;
		font-size: 1.2em;
	}

