/* CSS Document */


body { background-color: #43577C;
}

/* Main body Font Rules*/


.normal { font: Verdana;
font-size:12px;
font-weight:normal;
color:#0d014d;
line-height:normal;
}

h1 { font:Verdana;
font-size:14px;
font-weight:bold;
color:#790052;
line-height:normal;
text-align:center;
}

h2 { font:Verdana;
font-size:13px;
font-weight:bold;
color:#000066;
line-height:normal;
text-align:center;
}

h3 { font:Verdana;
font-size:12px;
font-weight:bold;
color:#990066;
text-align:center;
}

.bold { font:Verdana;
font-size:12px;
font-weight:bold;
color:#0d014d;
}

.purple {font:Verdana;
font-size:12px;
font-weight:bold;
color: #711321;
}

.outside {
font:Verdana;
font-size:12px;
font-weight:normal;
color:#75283C;
}

.telephone {font:Verdana;
font-size:12px;
font-weight:normal;
color: #1C4A64;
}

.parish {font:Verdana;
font-size:12px;
font-weight:bold;
color: #5E406F;
}


/* Rules for Parish information*/

.services {font:Verdana;
font-size: 12px;
font-weight:normal;
color:#663300;
}

.servicetime {font:Verdana;
font-size:10px;
font-weight:normal;
color:#663300;
}

.outstations {font:Verdana;
font-size:10px;
font-weight: normal;
color: #0d014d;
}

.whiteheading {font:Verdana;
font-size:12px;
font-weight: normal;
color:#FFFFFF;
}

/* Rules for horizontal lines*/

.horizontal { font:Verdana;
font-size:12px;
font-weight:normal;
color:#D3D2A6;
}

.midhorizontal {font:Verdana;
font-size:12px;
font-weight:normal;
color:#b5b48e;
}

.otherhorizontal {font:Verdana;
font-size:10px;
font-weight:normal;
color: #ADA9BC;
}

/* Other Rules for text, like the verses and headings for stories*/

.verses {font:Verdana;
font-size:12px;
font-weight:normal;
color:#550055;
text-align:center;
}

/*Link Rules*/


a {
	font: Verdana;
	font-size: 12px;
}

a:link { font:Verdana;
font-size:12px;
font-weight:normal;
color:#63024d;
text-decoration:none;
}

a:visited {font:Verdana;
font-size:12px;
font-weight:normal;
color:#4b0247;
text-decoration:none;
}

a:hover {font:Verdana;
font-size:12px;
font-weight:normal;
color:#070048;
text-decoration:underline;
}


a:active {font:Verdana;
font-size:12px;
font-weight:normal;
color:#000099;
text-decoration:none;
}





