﻿/* TextColour.css */

a.emailLink, a.weblink
{

	color: #999999;
	font-style: normal;
	font-weight: normal;		
}
a.weblink:hover 
{
	color: #43232e; /* chocolate */	
	font-style: normal;
	font-weight: normal;	
	text-decoration:none;
}
a.emailLink:hover
{
	color: #43232e; /* chocolate */
	text-decoration:none;
}
body.page, body.title,
div.line, div.key,div.paragraph, div.paragraphQuote, div.phraseHeading, 
div.statement, div.statementHeading
{
	color: #43232e; /* chocolate */
	/* #333333; /* grey */
}
.titleQuotationText,
.footerTitleCopyrightText, .footerCopyrightText,
.webmasterText, .webmasterLink, a.webmasterLink:hover
{
	color: white;
}

.paragraphHeading
{
	color: #c56ab0; /* #c865c0; /* pink */ 
}