﻿
/* This is for the reading on the This Week page */

.reading {
	font-size: 14pt;
	font-weight: normal;
	font-family: "Bookman Old Style";
	font-style: normal;
	color: #008000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.readingCentre {
	font-size: 14pt;
	font-weight: normal;
	font-family: "Bookman Old Style";
	font-style: normal;
	color: #008000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


/* This instruction is for the songsheet on the This Week page */
.sheet {
	font-family: "Californian FB", "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 30px;
	padding-left: 10px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

/* the next three are on the Home page */
.normbody {
       font-size: 10pt;
      text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
color: #800000;
}

.normbodycentred {
	font-size: 10pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #800000;
}

.notice {font-size: 10pt;
      text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #800000;}
		
}
		
/* The following are used on several pages for various reasons */

.lyric {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #004080;
	font-style: italic;
	text-align: center;
	height: 18px;
}

/* This last one is for including a lyric on song pages below the table containing the player */

.bigblue {
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: large;
	color: #0000FF;
}
.bigbrown {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #800000;
	font-weight: bold;
}

/* used in This week page */
.psalm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #800000;
	text-align: center;
}

.smallpurp {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: italic;
	color: #800080;
	text-align: center;
	font-weight: bold;
}
.bigpurple {
	font-family: Verdana;
	color: #800000;
	font-size: medium;
	text-align: center;
}
.readingitalic {
	font-size: 14pt;
	font-weight: normal;
	font-family: "Bookman Old Style";
	font-style: italic;
	color: #008000;
	text-align: center;
}

a {
	color: #800000;
}

a:visited {
	color: #FE7E16;
}
/* The following is the text for the Notices section on Home page */

.noticetext {
	font-size: 10pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #800000;
	background-color: #FFFFFF;
}

